tabletInfo top-level property

DeviceInfo tabletInfo
final

Implementation

final tabletInfo = DeviceInfo.genericTablet(
  platform: TargetPlatform.macOS,
  name: 'Phone',
  id: 'phone',
  pixelRatio: 3.0,
  screenSize: const Size(834.0, 1194.0),
  safeAreas: const EdgeInsets.only(
    left: 0.0,
    top: 20.0,
    right: 0.0,
    bottom: 0.0,
  ),
  rotatedSafeAreas: const EdgeInsets.only(
    left: 0.0,
    top: 20.0,
    right: 0.0,
    bottom: 0.0,
  ),
);