DSI_BOTTOM_NAV_BUTTON constructor
DSI_BOTTOM_NAV_BUTTON({})
Implementation
DSI_BOTTOM_NAV_BUTTON({
super.key,
required this.icon,
required this.onPressed,
this.label,
this.textStyle,
this.iconSize,
this.activeColor,
this.defaultColor,
this.isActive,
});