landscapeOrientations top-level constant

List<DeviceOrientation> const landscapeOrientations

Implementation

const landscapeOrientations = <DeviceOrientation>[
  DeviceOrientation.landscapeRight,
  DeviceOrientation.landscapeLeft,
];