Skip to content

Instantly share code, notes, and snippets.

@SimpleXTechBiz
Created October 1, 2021 04:20
DropDown Style
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