menu
custom_server_driven_ui package
documentation
ui/form.controller.dart
FormController
updateValues method
updateValues method
dark_mode
light_mode
updateValues
method
void
updateValues
(
String
key
,
dynamic
selected
)
Implementation
void updateValues(String key, selected) { values.value[key]['value'] = selected; }
custom_server_driven_ui package
documentation
ui/form.controller
FormController
updateValues method
FormController class