menu
nice2dev_flutter_ui
tools\nice_json_schema_form.dart
NiceJsonSchemaForm
onChanged property
onChanged
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
nice_json_schema_form
NiceJsonSchemaForm
onChanged property
NiceJsonSchemaForm class