GridArea class

Represents a rectangular region on the grid.

Annotations

Constructors

GridArea({String? name, required int columnStart, required int columnEnd, required int rowStart, required int rowEnd})
const
GridArea.withSpans({String? name, required int columnStart, required int columnSpan, required int rowStart, required int rowSpan})
const

Properties

columnEnd int
The end column, exclusive
final
columnSpan int
no setter
columnStart int
final
hashCode int
The hash code for this object.
no setteroverride
name String?
final
rowEnd int
The end row, exclusive
final
rowSpan int
no setter
rowStart int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

endForAxis(Axis axis) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
spanForAxis(Axis axis) int
startForAxis(Axis axis) int
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override