androidPhone constant

Device const androidPhone

Android Phone Screenshots - 9:16 aspect ratio

Implementation

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