TestDeviceSize class abstract

A utility class containing standard device screen resolutions for testing purposes.

Constructors

TestDeviceSize()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

androidMobile → const Size
Standard medium resolution for modern Android smartphones (e.g., Galaxy S24/S25, Moto G).
androidMobileLarge → const Size
Popular resolution for modern Android smartphones with elongated displays (e.g., Galaxy A-series, Pixel).
androidTabletLandscape → const Size
Standard resolution for common 10" Android tablets in Landscape mode (e.g., Galaxy Tab, Lenovo).
androidTabletPortrait → const Size
Standard resolution for common 10" Android tablets in Portrait mode.
ipadPro13Landscape → const Size
Resolution for 13" iPad Pro in Landscape mode (1376x1032).
ipadPro13Portrait → const Size
Resolution for 13" iPad Pro in Portrait mode (1032x1376).
iphoneProMax → const Size
Resolution for iPhone 18 Pro Max / 17 Pro Max / 16 Pro Max (440x956).
iphoneStandard → const Size
Base resolution for standard iPhones (iPhone 18 / 17 / 16 / 15) (393x852).
webDesktopFullHD → const Size
Standard Full HD resolution for Web/Desktop monitors (1920x1080).
webNotebook → const Size
Standard notebook resolution for testing responsive Web systems (1366x768).