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