Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用picker,当我选择之后,导航栏的背景就会变,本来是白色的导航栏,会变成默认的好像 #201

Open
Clancecy opened this issue Jul 14, 2023 · 0 comments

Comments

@Clancecy
Copy link

Picker picker = Picker( adapter: NumberPickerAdapter(data: [ const NumberPickerColumn( begin: 14, end: 99, initValue: 18, suffix: Text(" 岁"), ), ]), headerDecoration: const BoxDecoration( border: Border(bottom: BorderSide(color: Colors.black12, width: 0.5)), ), hideHeader: true, );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant