landscapePlatforms constant
Platforms that typically use landscape orientation.
Implementation
static const List<ResponsivePlatform> landscapePlatforms = [
ResponsivePlatform.iOS,
ResponsivePlatform.android,
ResponsivePlatform.fuchsia,
];
Platforms that typically use landscape orientation.
static const List<ResponsivePlatform> landscapePlatforms = [
ResponsivePlatform.iOS,
ResponsivePlatform.android,
ResponsivePlatform.fuchsia,
];