isLandscapeMobile static method

bool isLandscapeMobile(
  1. BuildContext context
)

Implementation

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