MultiScrollableContentBuilder typedef

MultiScrollableContentBuilder = Widget Function(List<ScrollController> controller, List<ScrollPhysics> physics)

Implementation

typedef MultiScrollableContentBuilder = Widget Function(
  List<ScrollController> controller,
  List<ScrollPhysics> physics,
);