ButtonTouch constructor
ButtonTouch(- {String? name,
- IconData? icon,
- IconData? alternateIcon,
- VoidCallback? onPress,
- Color? color = Colors.white,
- Color? activeColor,
- Color? inActiveColor,
- bool active = false,
- bool show = true,
- Widget? customComponent,
- bool disabled = false,
- Map<String, Color>? backgroundColor,
- int? size = 16}
)
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,
});