AlertTab constructor
const
AlertTab({
- Key? key,
- required String state,
- Widget? icon,
- Color? backgroundColor,
- Color? textColor,
- double? smallSize,
- double? largeSize,
- TextStyle? textStyle,
- EdgeInsetsGeometry? padding,
- Alignment? alignment,
- Offset? offset,
- bool? isLabelVisible = true,
- bool? alertEnabled,
- bool? rememberAlert = true,
- Color? alertColor,
Implementation
const AlertTab(
{super.key,
required this.state,
this.icon,
this.backgroundColor,
this.textColor,
this.smallSize,
this.largeSize,
this.textStyle,
this.padding,
this.alignment,
this.offset,
this.isLabelVisible = true,
this.alertEnabled,
this.rememberAlert = true,
this.alertColor});