HMTextFieldTheme constructor

HMTextFieldTheme({
  1. Color? fillColor,
  2. HMRadius? radius,
  3. HMTextFieldSize? size,
  4. HMTextVariant? variant,
  5. EdgeInsets? contentPadding,
  6. Color? iconColor,
  7. Color? disabledColor,
  8. Color? disabledTextColor,
  9. Widget? hidePasswordIcon,
  10. Widget? showPasswordIcon,
})

Implementation

HMTextFieldTheme({
  this.fillColor,
  this.radius,
  this.size,
  this.variant,
  this.contentPadding,
  this.iconColor,
  this.disabledColor,
  this.disabledTextColor,
  this.hidePasswordIcon,
  this.showPasswordIcon,
});