builder property
The child of this widget. It passes a controller that needs to manage the related scroll view.
Implementation
final Widget Function(BuildContext, ScrollController)? builder;
The child of this widget. It passes a controller that needs to manage the related scroll view.
final Widget Function(BuildContext, ScrollController)? builder;