androidPhoneTall constant

Device const androidPhoneTall

Android Phone Screenshots - 18:9 aspect ratio

Implementation

static const Device androidPhoneTall = Device(
  name: 'android_phone_18_9',
  size: Size(720, 360), // 2160/3, 1080/3
  displaySize: DisplaySize.sixThree,
  platform: DevicePlatform.android,
  devicePixelRatio: 3.0,
  safeArea: EdgeInsets.only(top: 24 / 3, bottom: 0),
);