DetailPageBuilderWidget typedef
DetailPageBuilderWidget =
Widget Function(BuildContext context, Object? arguments, ScrollController? scrollController)
Signature for the builder callback used by MasterDetailFlowWidget.detailPageBuilder.
scrollController is provided when the page destination is the draggable sheet in the lateral UI. Otherwise, it is null.
Implementation
typedef DetailPageBuilderWidget = Widget Function(BuildContext context,
Object? arguments, ScrollController? scrollController);