MasterViewBuilderWidget typedef

MasterViewBuilderWidget = Widget Function(BuildContext context, bool isLandscapeUI)

Signature for the builder callback used by MasterDetailFlowWidget.

Implementation

typedef MasterViewBuilderWidget = Widget Function(
    BuildContext context, bool isLandscapeUI);