isPortraitMobile static method
- BuildContext context
Implementation
static bool isPortraitMobile(BuildContext context) => _getCurrentScreenSize(context).shortestSide < minTabletWidth && _isPortrait(context);
static bool isPortraitMobile(BuildContext context) => _getCurrentScreenSize(context).shortestSide < minTabletWidth && _isPortrait(context);