hasStandardSideSheet property

bool hasStandardSideSheet

Whether the app should have a persistent Scaffold.endDrawer.

Implementation

bool get hasStandardSideSheet => isTabletLandscape || isDesktop;