primaryWidget property

Widget primaryWidget
final

Widget that will be shown at the left side in the landscape mode. and full screen in the portrait mode. Typically Scaffold.

Implementation

final Widget primaryWidget;