menu
designflow_widgets package
documentation
core/tree_global_state_notifier.dart
TreeGlobalState
onResizingCallback method
onResizingCallback method
dark_mode
light_mode
onResizingCallback
method
void
onResizingCallback
(
bool
value
)
Implementation
void onResizingCallback(bool value) => _onResizingCallback!.call(value);
designflow_widgets package
documentation
core/tree_global_state_notifier
TreeGlobalState
onResizingCallback method
TreeGlobalState class