FastPopButton constructor
const
FastPopButton({
- Key? key,
- Duration trottleTimeDuration = kFastButtonTrottleTimeDuration,
- FastButtonEmphasis emphasis = FastButtonEmphasis.low,
- bool shouldTrottleTime = true,
- bool isEnabled = true,
- bool flexible = false,
- Color? highlightColor,
- Alignment? iconAlignment,
- Color? disabledColor,
- String? semanticLabel,
- BoxConstraints? constraints,
- Color? focusColor,
- Color? hoverColor,
- String? debugLabel,
- Color? iconColor,
- double? iconSize,
- String? tooltip,
- EdgeInsetsGeometry? padding,
- VoidCallback? onTap,
- Widget? icon,
- FastButtonSize? size,
Implementation
const FastPopButton({
super.key,
this.trottleTimeDuration = kFastButtonTrottleTimeDuration,
this.emphasis = FastButtonEmphasis.low,
this.shouldTrottleTime = true,
this.isEnabled = true,
this.flexible = false,
this.highlightColor,
this.iconAlignment,
this.disabledColor,
this.semanticLabel,
this.constraints,
this.focusColor,
this.hoverColor,
this.debugLabel,
this.iconColor,
this.iconSize,
this.tooltip,
this.padding,
this.onTap,
this.icon,
this.size,
});