builder property
Provides a ScrollController to attach to a scrollable object in the panel that links the panel position with the scroll position. Useful for implementing an infinite scroll behavior.
Implementation
final Widget Function(BuildContext, ScrollController) builder;