menu
nice2dev_flutter_ui
editors\nice_form.dart
NiceFormState
setValue method
setValue
dark_mode
light_mode
setValue
method
void
setValue
(
String
name
,
dynamic
value
)
Implementation
void setValue(String name, dynamic value) { _values[name] = value; }
nice2dev_flutter_ui
nice_form
NiceFormState
setValue method
NiceFormState class