builder property

Widget Function(BuildContext, ScrollController)? builder
final

The child of this widget. It passes a controller that needs to manage the related scroll view.

Implementation

final Widget Function(BuildContext, ScrollController)? builder;