DrawerItem constructor
const
DrawerItem({})
Implementation
const DrawerItem({
required this.label,
this.subtitle,
this.icon,
this.trailing,
this.onTap,
this.selected = false,
this.enabled = true,
this.closeOnTap = true,
this.isDivider = false,
});