menu
shake_flutter package
documentation
models/shake_picker_item.dart
ShakePickerItem
ShakePickerItem constructor
ShakePickerItem constructor
dark_mode
light_mode
ShakePickerItem
constructor
ShakePickerItem
(
String
key
,
String
?
text
, {
String
?
icon
,
String
?
tag
,
String
?
textRes
,
String
?
iconRes
,
})
Implementation
ShakePickerItem(this.key, this.text, {this.icon, this.tag, this.textRes, this.iconRes});
shake_flutter package
documentation
models/shake_picker_item
ShakePickerItem
ShakePickerItem constructor
ShakePickerItem class