dropdownMenuBgColorValue property
String
get
dropdownMenuBgColorValue
Background color for dropdown menu (dark: #1e293b).
Implementation
@override
String get dropdownMenuBgColorValue =>
component?.dropdownMenuBackgroundColor?.value ??
super.dropdownMenuBgColorValue;