menu
horizontal_picker package
documentation
item_widget.dart
ItemWidget
ItemWidget const constructor
ItemWidget const constructor
dark_mode
light_mode
ItemWidget
constructor
const
ItemWidget
(
Map
curItem
,
Color
backgroundColor
,
String
suffix
, {
Key
?
key
,
})
Implementation
const ItemWidget( this.curItem, this.backgroundColor, this.suffix, { Key? key, }) : super(key: key);
horizontal_picker package
documentation
item_widget
ItemWidget
ItemWidget const constructor
ItemWidget class