pixel9 constant
DevicePreset
const pixel9
Google Pixel 9 — gesture navigation.
Implementation
static const DevicePreset pixel9 = DevicePreset(
id: 'google-pixel-9',
name: 'Pixel 9',
brand: 'Google',
year: 2024,
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),
);