menu
epos_frontend_shared package
documentation
widgets/standard/S360fMenu/main.dart
S360fMenuItemModel
S360fMenuItemModel.new constructor
S360fMenuItemModel.new constructor
dark_mode
light_mode
S360fMenuItemModel
constructor
S360fMenuItemModel
(
{
required
String
label
,
IconData
?
icon
,
bool
isExpanded
=
true
,
})
Implementation
S360fMenuItemModel({required this.label, this.icon, this.isExpanded = true});
epos_frontend_shared package
documentation
widgets/standard/S360fMenu/main
S360fMenuItemModel
S360fMenuItemModel.new constructor
S360fMenuItemModel class