menu
antd_flutter_mobile package
documentation
components/form/controller.dart
AntdFormController
isFieldTouched method
isFieldTouched method
dark_mode
light_mode
isFieldTouched
method
bool
isFieldTouched
(
String
name
)
Implementation
bool isFieldTouched(String name) { return _isTouched.contains(name); }
antd_flutter_mobile package
documentation
components/form/controller
AntdFormController
isFieldTouched method
AntdFormController class