menu
antd_flutter_mobile package
documentation
components/input/index.dart
AntdInputBaseState<T extends AntdInputBase<S>, S extends T>
selectionEnabled property
selectionEnabled property
dark_mode
light_mode
selectionEnabled
property
@
override
bool
get
selectionEnabled
override
Whether the user may select text in the text field.
Implementation
@override bool get selectionEnabled => true;
antd_flutter_mobile package
documentation
components/input/index
AntdInputBaseState<T extends AntdInputBase<S>, S extends T>
selectionEnabled property
AntdInputBaseState class