buildTabletLandscape method

ScreenLayout<Screen>? buildTabletLandscape(
  1. BuildContext context
)

Optional landscape layout for tablets. Falls back to buildTabletPortrait, then buildMobilePortrait.

Implementation

ScreenLayout? buildTabletLandscape(BuildContext context) => null;