ModulaDrawerItem constructor
const
ModulaDrawerItem({})
Implementation
const ModulaDrawerItem({
this.icon,
this.title,
this.subtitle,
this.trailing,
this.onTap,
this.isSelected = false,
this.isDivider = false,
this.closeOnTap = true,
});