buildTabletPortrait method

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

Optional portrait layout for tablets. Falls back to buildMobilePortrait when not provided.

Implementation

ScreenLayout? buildTabletPortrait(BuildContext context) => null;