LayoutGridTrack class
A single entry of a grid track list (grid-template-rows/columns, grid-auto-rows/columns). For LayoutGridTrackType.minmax tracks, minType and value describe the min sizing function and maxType/maxValue the max sizing function.
Constructors
- LayoutGridTrack.auto()
-
const
- LayoutGridTrack.fr(double value)
-
const
- LayoutGridTrack.minmax(LayoutGridTrackType minType, double value, LayoutGridTrackType maxType, double maxValue)
-
const
- LayoutGridTrack.percent(double value)
-
const
- LayoutGridTrack.points(double value)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxType → LayoutGridTrackType
-
final
- maxValue → double
-
final
- minType → LayoutGridTrackType
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → LayoutGridTrackType
-
final
- value → double
-
final
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