initialDetailsPaneBuilder property

WidgetBuilder? initialDetailsPaneBuilder
final

Creates the widget to show when both the master and details pane are visible but there aren't any details to show. If null, then defaults to showing a Container.

Implementation

final WidgetBuilder? initialDetailsPaneBuilder;