HubbleButton.large constructor
const
HubbleButton.large({
- Key? key,
- required Widget child,
- required VoidCallback onPressed,
- HubbleButtonState state = HubbleButtonState.enabled,
- double? width,
- double? height,
- bool isGhost = false,
- bool isOutlined = false,
- ButtonTapEvent? tapEvent,
- Color? background,
- Color? foreground,
Implementation
const HubbleButton.large({
super.key,
required this.child,
required this.onPressed,
this.state = HubbleButtonState.enabled,
this.width,
this.height,
this.isGhost = false,
this.isOutlined = false,
this.tapEvent,
this.background,
this.foreground,
}) : size = HubbleButtonSize.large;