SideMenuItem constructor
SideMenuItem({})
Implementation
SideMenuItem(
{this.icon,
this.id,
this.isSelected,
this.selectedBtnColor,
this.disabledBtnColor = Colors.transparent,
this.selectedShadowColor = Colors.blueGrey,
this.disabledShadowColor = Colors.transparent,
this.btnShape = BoxShape.circle});