FdcEditorInputStyle constructor
const
FdcEditorInputStyle({
- Color? fillColor,
- Color? focusedFillColor,
- Color? readOnlyFillColor,
- Color? disabledFillColor,
- Color? borderColor,
- Color? focusedBorderColor,
- Color? errorBorderColor,
- Color? disabledBorderColor,
- Color? readOnlyBorderColor,
- double? borderWidth,
- double? focusedBorderWidth,
- double? errorBorderWidth,
- BorderRadiusGeometry? borderRadius,
- EdgeInsetsGeometry? contentPadding,
- TextStyle? textStyle,
- TextStyle? labelStyle,
- TextStyle? floatingLabelStyle,
- TextStyle? hintStyle,
- TextStyle? errorStyle,
- 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,
});