UKitTextFieldBuilder constructor

UKitTextFieldBuilder({
  1. double? borderRadius,
  2. UKitBorderType? borderType,
  3. Color? borderColor,
  4. Color? focusBorderColor,
  5. Color? errorBorderColor,
  6. double? borderWidth,
  7. Color? hintColor,
  8. double? contentPadding,
  9. Color? bgColor,
  10. Color? labelColor,
  11. Color? textColor,
  12. double? fontSize,
})

Implementation

UKitTextFieldBuilder({
  this.borderRadius,
  this.borderType,
  this.borderColor,
  this.focusBorderColor,
  this.errorBorderColor,
  this.borderWidth,
  this.hintColor,
  this.contentPadding,
  this.bgColor,
  this.labelColor,
  this.textColor,
  this.fontSize,
});