HubbleButtonStyle constructor
HubbleButtonStyle({
- required HubbleButtonStateVariant<
Color> color, - required BorderRadius radius,
- required HubbleButtonStateVariant<
TextStyle> textStyle, - required EdgeInsets padding,
- required double height,
- required HubbleButtonStateVariant<
Border?> border, - HubbleButtonStateVariant<
Color> foregroundColor = const HubbleButtonStateVariant<Color>.all(Colors.transparent),
Implementation
HubbleButtonStyle({
required this.color,
required this.radius,
required this.textStyle,
required this.padding,
required this.height,
required this.border,
this.foregroundColor = const HubbleButtonStateVariant<Color>.all(
Colors.transparent,
),
});