Skip to content

Customizable NyForm Picker #190

Answered by agordn52
alecoud asked this question in Ideas
Dec 13, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hey @alecoud,

You'll now be able to use BottomModalSheetStyle like this

Field.picker(
          "Keywords",
          options: ["One", "Two", "Three"],
          style: "compact",
          bottomModalSheetStyle: BottomModalSheetStyle(
            backgroundColor: NyColor(light: Colors.red, dark: Colors.blue),
            titleStyle: NyTextStyle(fontWeight: FontWeight.bold, backgroundColor: NyColor(light: Colors.blueAccent), color: NyColor(light: Colors.green, dark: Colors.yellow)),
            itemStyle: NyTextStyle(color: NyColor(light: Colors.purple, dark: Colors.yellow)),
            clearButtonStyle: NyTextStyle(color: NyColor(light: Colors.blue, dark: Colors.yellow)),
            ba…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@alecoud
Comment options

@agordn52
Comment options

Answer selected by agordn52
@alecoud
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants