detailPageBuilder property
Builder for the detail page.
If scrollController == null, the page is intended for nested navigation. The lateral detail page is inside a DraggableScrollableSheet and should have a scrollable element that uses the ScrollController provided. In fact, it is strongly recommended the entire lateral page is scrollable.
Implementation
final DetailPageBuilderWidget detailPageBuilder;