ButtonTouch constructor
ButtonTouch({})
Implementation
ButtonTouch({
this.name,
this.icon,
this.alternateIcon,
this.onPress,
this.color = Colors.white,
this.activeColor,
this.inActiveColor,
this.active = false,
this.show = true,
this.customComponent,
this.disabled = false,
this.backgroundColor,
this.size = 16,
});