AbstractMenuItemAttributes constructor

AbstractMenuItemAttributes({
  1. required String? label,
  2. String? imageURL,
  3. IconModel? icon,
  4. required bool isActive,
})

Implementation

AbstractMenuItemAttributes(
    {required this.label, this.imageURL, this.icon, required this.isActive});