menu
antd_flutter_mobile package
documentation
components/form/rule.dart
AntdFormRule
enums property
enums property
dark_mode
light_mode
enums
property
List
<
String
>
?
enums
final
是否匹配枚举中的值(需要将 type 设置为 enum)
Implementation
final List<String>? enums;
antd_flutter_mobile package
documentation
components/form/rule
AntdFormRule
enums property
AntdFormRule class