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

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
final
x 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.
override