LayoutDimensions class

Contains all the dimensions needed to layout a ResponsiveLayoutGrid It calculates the number of columns and width of these columns in the available with in the ResponsiveLayoutGrid

Constructors

LayoutDimensions(ResponsiveLayoutGrid responsiveLayout, Size size)
LayoutDimensions.empty()

Properties

columnGutterWidth double
the space between columns as MaterialMeasurement
getter/setter pair
columnWidth double
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hasVisibleColumns bool
getter/setter pair
marginWidth double
the space left and right of the columns as MaterialMeasurement
getter/setter pair
numberOfColumns int
getter/setter pair
padding EdgeInsets
getter/setter pair
rowGutterHeight double
the space between rows as MaterialMeasurement
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cellLeft(int leftColumn) double
x position of the left side of the cell
cellWidth(int columnSpan) double
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.
override