HMIconButtonTheme constructor

HMIconButtonTheme({
  1. Color? fillColor,
  2. Color? iconColor,
  3. HMButtonVariant? buttonVariant,
  4. HMRadius? radius,
  5. HMIconButtonSize? size,
})

Implementation

HMIconButtonTheme({
  this.fillColor,
  this.iconColor,
  this.buttonVariant,
  this.radius,
  this.size,
});