HMButtonTheme constructor

HMButtonTheme({
  1. Color? fillColor,
  2. Color? textColor,
  3. HMButtonVariant? buttonVariant,
  4. HMRadius? radius,
  5. HMButtonSize? size,
})

Implementation

HMButtonTheme(
    { // this.fullWidth,
    this.fillColor,
    this.textColor,
    this.buttonVariant,
    this.radius,
    this.size});