menu
tengits_widgets package
documentation
text_input/src/style/text_field_style.dart
TLTextFieldStyle
maxLength property
maxLength property
dark_mode
light_mode
maxLength
property
int
?
maxLength
final
输入框中允许的最大字符数.设置此项会让TextField右下角有一个输入数量的统计字符串
Implementation
final int? maxLength;
tengits_widgets package
documentation
text_input/src/style/text_field_style
TLTextFieldStyle
maxLength property
TLTextFieldStyle class