HubbleButtonLarge constructor
const
HubbleButtonLarge({
- Key? key,
- HubbleButtonLargeStyle? style,
- required WidgetBuilder child,
- required VoidCallback? onPressed,
- bool? showLoading,
- bool? showRetry,
- bool? disabled,
- Color? color,
- ButtonStyle? buttonStyle,
- double? radius,
- double? height,
- double? width = double.infinity,
- Color? disabledColor,
- TextStyle? textStyle,
- TextStyle? disabledTextStyle,
- EdgeInsets? padding,
- Color? loaderColor,
- BoxBorder? border,
Implementation
const HubbleButtonLarge({
super.key,
this.style,
required this.child,
required this.onPressed,
this.showLoading,
this.showRetry,
this.disabled,
this.color,
this.buttonStyle,
this.radius,
this.height,
this.width = double.infinity,
this.disabledColor,
this.textStyle,
this.disabledTextStyle,
this.padding,
this.loaderColor,
this.border,
});