menu
qs_widget package
documentation
qs_label.dart
QsLabel
maxLines property
maxLines property
dark_mode
light_mode
maxLines
property
int
?
maxLines
final
最大显示行数。
显示不限制行数的多行文字时,需要将
maxLines
和
overflow
同时设为
null
。
Implementation
final int? maxLines;
qs_widget package
documentation
qs_label
QsLabel
maxLines property
QsLabel class