widgets/nested_scroll_controller_scope library

Classes

NestedScrollControllerScope
Ensures a single NestedScrollController is used within the widget tree.

Typedefs

NestedScrollControllerBuilder = NestedScrollController Function(BuildContext context)
Signature for a function that creates a NestedScrollController when needed. Called only if no controller exists in the current context.
NestedScrollWidgetBuilder = Widget Function(BuildContext context, NestedScrollController controller)
Signature for building a widget that requires a NestedScrollController.