PatternRow class

Create a row that contains a list of patterns

Constructors

PatternRow.new({required List<Pattern> patterns})

Properties

crossAxisExtentConstraint double
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
height double
Total height of the pattern
no setter
nbTiles int
Number of tiles inside this pattern
no setter
patterns List<Pattern>
List of patterns contained inside this row
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getGeometry(int index) SliverGridGeometry
Returns the geometry of tile at index.
init(double crossAxisExtentConstraint) → void
Initialize the pattern with a width of crossAxisExtentConstraint
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