menu
eyflutter_uikit package
documentation
uikit/widgets/text_fields.dart
OnFormFieldController
updateText abstract method
updateText abstract method
dark_mode
light_mode
updateText
abstract method
void
updateText
(
String
tag
,
String
value
)
更新文本值
tag
文本标识
value
文本值
Implementation
void updateText(String tag, String value);
eyflutter_uikit package
documentation
uikit/widgets/text_fields
OnFormFieldController
updateText abstract method
OnFormFieldController mixin