iphone11 constant

Device const iphone11

iphone11 matches specs of iphone11, but with lower DPI for performance

Implementation

static const Device iphone11 = Device(
  name: 'iphone11',
  size: Size(414, 896),
  devicePixelRatio: 1.0,
  safeArea: EdgeInsets.only(top: 44, bottom: 34),
);