laptopInfo top-level property

DeviceInfo laptopInfo
final

Implementation

final laptopInfo = DeviceInfo.genericLaptop(
  platform: TargetPlatform.macOS,
  name: 'Large',
  id: 'large',
  screenSize: const Size(1200, 832),
  windowPosition: Rect.fromCenter(
    center: const Offset(
      1200 * 0.5,
      832 * 0.5,
    ),
    width: 1200,
    height: 832,
  ),
);