DrawerItemRF constructor
DrawerItemRF({})
Implementation
DrawerItemRF({
this.icon,
this.text,
this.color = Colors.black54,
this.iconSize = 20,
this.textSize = 16,
this.textWeight = FontWeight.w500,
this.route,
this.separator = false,
this.badge = false,
this.padding = 12.0,
this.onTap,
this.template,
});