phone constant

Device const phone

phone one of the smallest phone screens

Implementation

static const Device phone = Device(
  name: 'phone',
  size: Size(375, 667),
  displaySize: DisplaySize.fourSeven, // iPhone 6/6s/7/8 size
  platform: DevicePlatform.ios,
);