menu
antd_flutter_mobile package
documentation
components/input/index.dart
AntdInputBase<WidgetType>
readOnly property
readOnly property
dark_mode
light_mode
readOnly
property
bool
readOnly
final
是否为只读模式(可选中文本但不可编辑)
Implementation
final bool readOnly;
antd_flutter_mobile package
documentation
components/input/index
AntdInputBase<WidgetType>
readOnly property
AntdInputBase class