bodyBuilder property

Widget Function(BuildContext context, List<ScrollController> innerControllers) bodyBuilder
final

The body widget builder. This builder passes all inner scroll controllers as its second parameter, and it should be used for each page's scroll view. Note that possibly you need to wrap some pages with PrimaryScrollController.

Implementation

final Widget Function(BuildContext context, List<ScrollController> innerControllers) bodyBuilder;