androidPhoneWide constant

Device const androidPhoneWide

Android Phone Screenshots - 16:9 aspect ratio

Implementation

static const Device androidPhoneWide = Device(
  name: 'android_phone_16_9',
  size: Size(640, 360), // 1920/3, 1080/3
  displaySize: DisplaySize.sixOne,
  platform: DevicePlatform.android,
  devicePixelRatio: 3.0,
  safeArea: EdgeInsets.only(top: 24 / 3, bottom: 0),
);