ScreenFormFactor class

Constructors

ScreenFormFactor()

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

DESKTOP → const int
LARGE → const int
LARGE_1 → const int
LARGE_2 → const int
LARGE_3 → const int
LARGE_4 → const int
LARGE_5 → const int
MEDIUM → const int
MEDIUM_1 → const int
MEDIUM_2 → const int
MEDIUM_3 → const int
MEDIUM_4 → const int
MEDIUM_5 → const int
MINI → const int
MINI_1 → const int
MOBILE → const int
NORMAL → const int
NORMAL_1 → const int
NORMAL_2 → const int
NORMAL_3 → const int
NORMAL_4 → const int
NORMAL_5 → const int
SMALL → const int
SMALL_1 → const int
TABLET → const int
sw600dp qualifier is the breakpoint for popular 7-inch Android tablets. sw means smallest width, and the number 600 here is a common breakpoint for a typical 7-inch tablet.
TV → const int
X_LARGE → const int