KevinTextFieldStyle constructor
const
KevinTextFieldStyle({
- Color? textColor,
- KevinUiFont? font,
- double? cornerRadius,
- Color? backgroundColor,
- double? borderWidth,
- Color? borderColor,
- Color? errorBorderColor,
- KevinUiFont? errorMessageFont,
Implementation
const KevinTextFieldStyle({
this.textColor,
this.font,
this.cornerRadius,
this.backgroundColor,
this.borderWidth,
this.borderColor,
this.errorBorderColor,
this.errorMessageFont,
});