KevinTextFieldStyle constructor

const KevinTextFieldStyle({
  1. Color? textColor,
  2. KevinUiFont? font,
  3. double? cornerRadius,
  4. Color? backgroundColor,
  5. double? borderWidth,
  6. Color? borderColor,
  7. Color? errorBorderColor,
  8. KevinUiFont? errorMessageFont,
})

Implementation

const KevinTextFieldStyle({
  this.textColor,
  this.font,
  this.cornerRadius,
  this.backgroundColor,
  this.borderWidth,
  this.borderColor,
  this.errorBorderColor,
  this.errorMessageFont,
});