menu
antd_flutter_mobile package
documentation
components/input/index.dart
AntdInputBase<WidgetType>
minLines property
minLines property
dark_mode
light_mode
minLines
property
int
?
minLines
final
输入框的最小行数(多行文本时生效)
Implementation
final int? minLines;
antd_flutter_mobile package
documentation
components/input/index
AntdInputBase<WidgetType>
minLines property
AntdInputBase class