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