TrackballDetails class Null safety
Options to show the details of the trackball template.
Constructors
- TrackballDetails([CartesianChartPoint? point, CartesianSeries? series, int? pointIndex, int? seriesIndex, TrackballGroupingModeInfo? groupingModeInfo])
- Constructor of TrackballDetails class.
Properties
- groupingModeInfo → TrackballGroupingModeInfo?
-
It specifies the trackball grouping mode info.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- point → CartesianChartPoint?
-
It specifies the cartesian chart point.
final
- pointIndex → int?
-
It specifies the point index.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- series → CartesianSeries?
-
It specifies the cartesian series.
final
- seriesIndex → int?
-
It specifies the series index.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited