onChanged property
- @Deprecated('Fields should not be aware of their context')
final
Callback for when Field's value changed through:
- WidgetbookState.queryParams, used for deep linking.
- Field's widget from the side panel.
Implementation
@Deprecated('Fields should not be aware of their context')
final void Function(BuildContext context, T? value)? onChanged;