macBook14Inch constant

Device const macBook14Inch

A 14.2 Inch MacBook

Implementation

static const Device macBook14Inch = Device.desktop(
  name: 'MacBook 14"',
  resolution: Resolution(
    nativeSize: DeviceSize(width: 3024, height: 1964),
    scaleFactor: 2,
  ),
);