AntdInputStyle constructor

const AntdInputStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? placeholderStyle,
  3. TextStyle? textStyle,
  4. TextStyle? obscureTextStyle,
  5. AntdBoxStyle? bodyStyle,
  6. AntInputCursorStyle? cursorStyle,
  7. String? obscuringCharacter,
  8. AntdIconStyle? clearIconStyle,
  9. AntdSelectionStyle? selectionStyle,
  10. AntdKeyboardStyle? keyboardStyle,
  11. Widget? clearIcon,
  12. AntdIconStyle? obscureIconStyle,
  13. Widget? obscureIcon,
  14. AntdIconStyle? activeObscureIconStyle,
  15. Widget? activeObscureIcon,
  16. AntdFlexStyle? rowStyle,
  17. 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});