menu
adaptive_screen package
documentation
device_info.dart
DeviceOrientation
isLandscape static method
isLandscape static method
dark_mode
light_mode
isLandscape
static method
bool
isLandscape
(
BuildContext
context
)
Implementation
static bool isLandscape(BuildContext context) => get(context) == OrientationFactor.landscape;
adaptive_screen package
documentation
device_info
DeviceOrientation
isLandscape static method
DeviceOrientation class