DrawerSubMenuMenuItem constructor

DrawerSubMenuMenuItem({
  1. required String title,
  2. required String iconUrl,
  3. bool isVisible = true,
  4. bool isSelected = false,
  5. required String route,
})

Implementation

DrawerSubMenuMenuItem({required this.title, required this.iconUrl, this.isVisible = true, this.isSelected = false, required this.route});