DeviceInfo class

A class containing static constants representing default dimensions and font variants for different devices.

Constructors

DeviceInfo()

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

desktopVariant → const double
desktopX → const double
desktopY → const double
laptopVariant → const double
laptopX → const double
laptopY → const double
mobileVariant → const double
mobileX → const double
mobileY → const double
tabVariant → const double
tabX → const double
tabY → const double
tvVariant → const double
tvX → const double
tvY → const double