buildMobileLandscape method

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

Optional landscape layout for phones. Falls back to buildMobilePortrait when not provided.

Implementation

ScreenLayout? buildMobileLandscape(BuildContext context) => null;