AltButton constructor
AltButton({})
Implementation
AltButton({
this.name,
this.icon,
this.alternateIcon,
this.onPress,
this.defaultBackgroundColor,
this.pressedBackgroundColor,
this.active = false,
this.activeColor,
this.inActiveColor,
this.textColor,
this.show = true,
this.disabled = false,
this.customComponent,
});