selectedItemBgColorValue property
String
get
selectedItemBgColorValue
Selected item background color for dropdowns
and list items (dark: #60a5fa).
Implementation
@override
String get selectedItemBgColorValue =>
colorSeed?.selectedItemBackgroundColor?.value ??
super.selectedItemBgColorValue;