HMIconButtonTheme constructor
HMIconButtonTheme({
- Color? fillColor,
- Color? iconColor,
- HMButtonVariant? buttonVariant,
- HMRadius? radius,
- HMIconButtonSize? size,
Implementation
HMIconButtonTheme({
this.fillColor,
this.iconColor,
this.buttonVariant,
this.radius,
this.size,
});