buildTabletPortrait method
Optional portrait layout for tablets. Falls back to buildMobilePortrait when not provided.
Implementation
ScreenLayout? buildTabletPortrait(BuildContext context) => null;
Optional portrait layout for tablets. Falls back to buildMobilePortrait when not provided.
ScreenLayout? buildTabletPortrait(BuildContext context) => null;