buildMobilePortrait abstract method

ScreenLayout<Screen> buildMobilePortrait(
  1. BuildContext context
)

The required portrait layout for phones (and split-screen).

Implementation

ScreenLayout buildMobilePortrait(BuildContext context);