HMButtonTheme constructor
HMButtonTheme({
- Color? fillColor,
- Color? textColor,
- HMButtonVariant? buttonVariant,
- HMRadius? radius,
- HMButtonSize? size,
Implementation
HMButtonTheme(
{ // this.fullWidth,
this.fillColor,
this.textColor,
this.buttonVariant,
this.radius,
this.size});