TButtonGroupItem constructor
TButtonGroupItem({
- dynamic icon,
- dynamic activeIcon,
- (double, double)? turns,
- String? text,
- bool loading = false,
- String loadingText = 'Loading...',
- Color? color,
- String? tooltip,
- bool active = false,
- Widget? child,
- bool? showTick,
- Alignment? tickAlignment,
- Widget? tickWidget,
- VoidCallback? onTap,
- dynamic onPressed()?,
Creates a button group item.
Implementation
TButtonGroupItem({
this.icon,
this.activeIcon,
this.turns,
this.text,
this.loading = false,
this.loadingText = 'Loading...',
this.color,
this.tooltip,
this.active = false,
this.child,
this.showTick,
this.tickAlignment,
this.tickWidget,
this.onTap,
this.onPressed,
});