menu
antd_flutter_mobile package
documentation
components/form/controller.dart
AntdFormStore
addTouched method
addTouched method
dark_mode
light_mode
addTouched
method
void
addTouched
(
String
name
)
Implementation
void addTouched(String name) { _isTouched.add(name); _lastTouchedName = name; }
antd_flutter_mobile package
documentation
components/form/controller
AntdFormStore
addTouched method
AntdFormStore class