buildMobileLandscape method
Optional landscape layout for phones. Falls back to buildMobilePortrait when not provided.
Implementation
ScreenLayout? buildMobileLandscape(BuildContext context) => null;
Optional landscape layout for phones. Falls back to buildMobilePortrait when not provided.
ScreenLayout? buildMobileLandscape(BuildContext context) => null;