FdcEditorInputStyle constructor

const FdcEditorInputStyle({
  1. Color? fillColor,
  2. Color? focusedFillColor,
  3. Color? readOnlyFillColor,
  4. Color? disabledFillColor,
  5. Color? borderColor,
  6. Color? focusedBorderColor,
  7. Color? errorBorderColor,
  8. Color? disabledBorderColor,
  9. Color? readOnlyBorderColor,
  10. double? borderWidth,
  11. double? focusedBorderWidth,
  12. double? errorBorderWidth,
  13. BorderRadiusGeometry? borderRadius,
  14. EdgeInsetsGeometry? contentPadding,
  15. TextStyle? textStyle,
  16. TextStyle? labelStyle,
  17. TextStyle? floatingLabelStyle,
  18. TextStyle? hintStyle,
  19. TextStyle? errorStyle,
  20. Color? cursorColor,
})

Creates a FdcEditorInputStyle.

Implementation

const FdcEditorInputStyle({
  this.fillColor,
  this.focusedFillColor,
  this.readOnlyFillColor,
  this.disabledFillColor,
  this.borderColor,
  this.focusedBorderColor,
  this.errorBorderColor,
  this.disabledBorderColor,
  this.readOnlyBorderColor,
  this.borderWidth,
  this.focusedBorderWidth,
  this.errorBorderWidth,
  this.borderRadius,
  this.contentPadding,
  this.textStyle,
  this.labelStyle,
  this.floatingLabelStyle,
  this.hintStyle,
  this.errorStyle,
  this.cursorColor,
});