FastPendingRaisedButton constructor
const
FastPendingRaisedButton({
- Key? key,
- required VoidCallback? onTap,
- Color? textColor,
- EdgeInsetsGeometry? padding,
- String? text,
- Duration trottleTimeDuration = kFastTrottleTimeDuration,
- FastButtonEmphasis emphasis = FastButtonEmphasis.low,
- bool shouldTrottleTime = false,
- bool isEnabled = true,
- Color? highlightColor,
- bool isPending = false,
Implementation
const FastPendingRaisedButton({
super.key,
required super.onTap,
super.textColor,
super.padding,
super.text,
super.trottleTimeDuration = kFastTrottleTimeDuration,
super.emphasis = FastButtonEmphasis.low,
super.shouldTrottleTime = false,
super.isEnabled = true,
super.highlightColor,
this.isPending = false,
});