landscapePlatforms constant

List<ResponsivePlatform> const landscapePlatforms

Platforms that typically use landscape orientation.

Implementation

static const List<ResponsivePlatform> landscapePlatforms = [
  ResponsivePlatform.iOS,
  ResponsivePlatform.android,
  ResponsivePlatform.fuchsia,
];