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