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