menu
nice2dev_flutter_ui package
documentation
tools/nice_json_schema_form.dart
NiceJsonSchemaForm
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
void Function
(
Map
<
String
,
dynamic
>
values
)
?
onChanged
final
Called when any field value changes.
Implementation
final void Function(Map<String, dynamic> values)? onChanged;
nice2dev_flutter_ui package
documentation
tools/nice_json_schema_form
NiceJsonSchemaForm
onChanged property
NiceJsonSchemaForm class