ColumnSpan class
A column's horizontal placement in content space (scroll-independent).
Stored once per column rather than once per cell: a cell's x/width depends only on its column, and its y/height only on its row, so neither needs a per-cell record.
Constructors
- ColumnSpan(double x, double width)
-
const
Properties
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.
override