S360fMenuItemModel constructor

S360fMenuItemModel({
  1. required String label,
  2. IconData? icon,
  3. bool isExpanded = true,
})

Implementation

S360fMenuItemModel({required this.label, this.icon, this.isExpanded = true});