CellOffset class
Logical cell coordinate (row, column) exposed to callback parameters so consumers can act on tap location without reaching into the painter.
Constructors
- CellOffset(int row, int column)
-
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.
inherited