NestedScrollControllerBuilder typedef

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.

Implementation

typedef NestedScrollControllerBuilder = NestedScrollController Function(
  BuildContext context,
);