builder property

ScrollableWidgetBuilder? builder
final

The builder that creates a child to display in this widget, which will use the provided _scrollController to enable the scrollbar to work.

Pass the _scrollController obtained from this method, to a scrollable widget used in this method to work with the internal MacosScrollbar.

Implementation

final ScrollableWidgetBuilder? builder;