GridPadSpanAnchor class

Anchor for spanned cells.

Available extensions

Constructors

GridPadSpanAnchor.new({required HorizontalAnchor horizontal, required VerticalAnchor vertical})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
horizontal HorizontalAnchor
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertical VerticalAnchor
final

Methods

bottomBound(int row, int span) int

Available on GridPadSpanAnchor, provided by the GridPadSpanAnchorExt extension

Bottom row index for a specific row and span base on the caller anchor.
leftBound(int column, int span) int

Available on GridPadSpanAnchor, provided by the GridPadSpanAnchorExt extension

Left column index for a specific column and span base on the caller anchor.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rightBound(int column, int span) int

Available on GridPadSpanAnchor, provided by the GridPadSpanAnchorExt extension

Right column index for a specific column and span base on the caller anchor.
topBound(int row, int span) int

Available on GridPadSpanAnchor, provided by the GridPadSpanAnchorExt extension

Top row index for a specific row and span base on the caller anchor.
toString() String
A string representation of this object.
override

Operators

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