Created
October 1, 2021 04:20
DropDown Style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return DropdownMenuItem<String>( | |
value: value, | |
child: Text( | |
value, | |
style: TextStyle( | |
color: Colors.red, | |
fontSize: 16, | |
fontWeight: FontWeight.w600), | |
), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment