Surface3DHit class

Info passed to Surface3DChart.tooltipBuilder describing whichever tile is currently hovered/tapped.

Constructors

Surface3DHit({required int colIndex, required int rowIndex, required double value, required String xLabel, required String yLabel})
const

Properties

colIndex → int
final
hashCode → int
The hash code for this object.
no setterinherited
rowIndex → int
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → double
final
xLabel → String
final
yLabel → String
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.
inherited