macBook16Inch constant

Device const macBook16Inch

A 16.2 Inch MacBook

Implementation

static const Device macBook16Inch = Device.desktop(
  name: 'MacBook 16"',
  resolution: Resolution(
    nativeSize: DeviceSize(width: 3456, height: 2234),
    scaleFactor: 2,
  ),
);