menu
antd_flutter_mobile package
documentation
components/form/rule.dart
AntdFormRule
max property
max property
dark_mode
light_mode
max
property
int
?
max
final
必须设置 type:string 类型为字符串最大长度;number 类型时为最大值;array 类型时为数组最大长度
Implementation
final int? max;
antd_flutter_mobile package
documentation
components/form/rule
AntdFormRule
max property
AntdFormRule class