HMTextFieldTheme constructor
HMTextFieldTheme({
- Color? fillColor,
- HMRadius? radius,
- HMTextFieldSize? size,
- HMTextVariant? variant,
- EdgeInsets? contentPadding,
- Color? iconColor,
- Color? disabledColor,
- Color? disabledTextColor,
- Widget? hidePasswordIcon,
- Widget? showPasswordIcon,
Implementation
HMTextFieldTheme({
this.fillColor,
this.radius,
this.size,
this.variant,
this.contentPadding,
this.iconColor,
this.disabledColor,
this.disabledTextColor,
this.hidePasswordIcon,
this.showPasswordIcon,
});