Responsive mixin
Properties
-
columns
↔ Map<int, int?>
-
Columns counts for each grid type
getter/setter pair
-
columnsLand
↔ Map<int, int?>
-
Columns counts for each grid type and the device is landscape
getter/setter pair
-
gridName
↔ Map<int, String>
-
Map to translate gridsize id to a name
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
offsets
↔ Map<int, int>
-
Columns offset for each grid type
getter/setter pair
-
offsetsLand
↔ Map<int, int>
-
Columns offset for each grid type and the device is landscape
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
calcOffset(Size size, Orientation orientation, int columnsCount)
→ double
-
Calc the offset in pixels, for the screen and rotation config used actually in the device
-
calcWidth(Size size, Orientation orientation, int columnsCount)
→ double
-
Calc the width in pixels, for the screen and rotation config used actually in the device
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited