ControlButton constructor
ControlButton({})
Implementation
ControlButton({
this.name,
this.icon,
this.alternateIcon,
this.onPress,
this.color = Colors.white,
this.activeColor = Colors.blue,
this.inActiveColor = Colors.grey,
this.active = false,
this.show = true,
this.customComponent,
this.disabled = false,
});