macBook15Inch constant

Device const macBook15Inch

A 15.4 Inch MacBook

Implementation

static const Device macBook15Inch = Device.desktop(
  name: 'MacBook 15"',
  resolution: Resolution(
    nativeSize: DeviceSize(width: 2880, height: 1800),
    scaleFactor: 2,
  ),
);