DeviceSize class
Properties
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
Static Properties
- desktopWidth ↔ double
-
getter/setter pair
- mobileWidth ↔ double
-
getter/setter pair
- tabletWidth ↔ double
-
getter/setter pair
Static Methods
-
of(
BuildContext context) → DeviceSize