GNDrawerListTime constructor

const GNDrawerListTime({
  1. Key? key,
  2. String? title,
  3. double? titleFontSize,
  4. Color? titleFontColor,
  5. dynamic onTap(
    1. bool
    )?,
  6. IconData? icon,
  7. double? iconSize,
  8. Color? iconColor,
  9. bool isSubMenu = false,
  10. List<CustomDrawerSubMenuListTile>? subMenuList,
})

Implementation

const GNDrawerListTime({
  super.key,
  this.title,
  this.titleFontSize,
  this.titleFontColor,
  this.onTap,
  this.icon,
  this.iconSize,
  this.iconColor,
  this.isSubMenu = false,
  this.subMenuList,
});