menu
antd_flutter_mobile package
documentation
components/input/index.dart
AntdInputBase<WidgetType>
autocorrect property
autocorrect property
dark_mode
light_mode
autocorrect
property
bool
autocorrect
final
是否自动校正拼写错误(如iOS键盘的自动修正),默认为true
Implementation
final bool autocorrect;
antd_flutter_mobile package
documentation
components/input/index
AntdInputBase<WidgetType>
autocorrect property
AntdInputBase class