maxLength property

int? maxLength
final

输入框中允许的最大字符数.设置此项会让TextField右下角有一个输入数量的统计字符串

Implementation

final int? maxLength;