PieTouchedSection class

Constructors

PieTouchedSection(PieChartSectionData? touchedSection, int touchedSectionIndex, double touchAngle, double touchRadius)
This class Contains touchedSection, touchedSectionIndex that tells you touch happened on which section, touchAngle gives you angle of touch, and touchRadius gives you radius of the touch.

Properties

hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
Used for equality check, see EquatableMixin.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
touchAngle double
touch happened with this angle on the PieChart
final
touchedSection PieChartSectionData?
touch happened on this section
final
touchedSectionIndex int
touch happened on this position
final
touchRadius double
touch happened with this radius on the PieChart
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