pixel10 constant

DevicePreset const pixel10

Google Pixel 10 — gesture navigation.

Implementation

static const DevicePreset pixel10 = DevicePreset(
  id: 'google-pixel-10',
  name: 'Pixel 10',
  brand: 'Google',
  year: 2025,
  platform: TargetPlatform.android,
  portraitSize: ui.Size(412, 923),
  devicePixelRatio: 2.625,
  portraitPadding: EdgeInsets.only(top: 24, bottom: 24),
  landscapePadding: EdgeInsets.only(top: 24, bottom: 24),
);