samsungGalaxyS20 constant
ViewportData
const samsungGalaxyS20
Represents a viewport for the Samsung Galaxy S20 device.
Implementation
static const samsungGalaxyS20 = ViewportData(
name: 'Samsung Galaxy S20',
width: 360,
height: 800,
pixelRatio: 4,
platform: TargetPlatform.android,
safeAreas: const EdgeInsets.only(
top: 32,
bottom: 32,
),
);