showNavigationListAsSidePanelOnLargeDevices property

set showNavigationListAsSidePanelOnLargeDevices (bool value)

Whether the navigation list will be displayed as a side panel on large devices such as iPads and tablets.

Defaults to true.

Implementation

set showNavigationListAsSidePanelOnLargeDevices(bool value) =>
    _showNavigationListAsSidePanelOnLargeDevices = value;