tabletLandscape constant

Device const tabletLandscape

tabletLandscape example of tablet that in landscape mode

Implementation

static const Device tabletLandscape = Device(
  name: 'tablet_landscape',
  size: Size(1366, 1024),
  displaySize: DisplaySize.tenFive, // 10.5" iPad size in landscape
  platform: DevicePlatform.ios,
);