AntdInputStyle constructor
const
AntdInputStyle({
- bool inherit = true,
- AntdBoxStyle? placeholderStyle,
- TextStyle? textStyle,
- TextStyle? obscureTextStyle,
- AntdBoxStyle? bodyStyle,
- AntInputCursorStyle? cursorStyle,
- String? obscuringCharacter,
- AntdIconStyle? clearIconStyle,
- AntdSelectionStyle? selectionStyle,
- AntdKeyboardStyle? keyboardStyle,
- Widget? clearIcon,
- AntdIconStyle? obscureIconStyle,
- Widget? obscureIcon,
- AntdIconStyle? activeObscureIconStyle,
- Widget? activeObscureIcon,
- AntdFlexStyle? rowStyle,
- Color? autocorrectionColor,
Implementation
const AntdInputStyle(
{super.inherit,
this.placeholderStyle,
this.textStyle,
this.obscureTextStyle,
this.bodyStyle,
this.cursorStyle,
this.obscuringCharacter,
this.clearIconStyle,
this.selectionStyle,
this.keyboardStyle,
this.clearIcon,
this.obscureIconStyle,
this.obscureIcon,
this.activeObscureIconStyle,
this.activeObscureIcon,
this.rowStyle,
this.autocorrectionColor});