FastTextButton2 constructor
const
FastTextButton2({
- Key? key,
- Duration trottleTimeDuration = kFastButtonTrottleTimeDuration,
- FastButtonEmphasis emphasis = FastButtonEmphasis.low,
- bool shouldTrottleTime = false,
- bool upperCase = false,
- bool isEnabled = true,
- Color? backgroundColor,
- Color? highlightColor,
- Color? disabledColor,
- String? semanticLabel,
- Alignment? textAlignment,
- BoxConstraints? constraints,
- Color? focusColor,
- Color? hoverColor,
- String? debugLabel,
- bool flexible = false,
- TextStyle? textStyle,
- String? labelText,
- EdgeInsetsGeometry? padding,
- String? tooltip,
- VoidCallback? onTap,
- FastButtonSize? size,
- Widget? child,
Implementation
const FastTextButton2({
super.key,
super.trottleTimeDuration = kFastButtonTrottleTimeDuration,
super.emphasis = FastButtonEmphasis.low,
super.shouldTrottleTime = false,
this.upperCase = false,
super.isEnabled = true,
this.backgroundColor,
super.highlightColor,
super.disabledColor,
super.semanticLabel,
this.textAlignment,
super.constraints,
super.focusColor,
super.hoverColor,
super.debugLabel,
super.flexible,
this.textStyle,
this.labelText,
super.padding,
super.tooltip,
super.onTap,
super.size,
this.child,
});