PieHighlighter class

Inheritance

Constructors

PieHighlighter(PieChartPainter chart)

Properties

hashCode int
The hash code for this object.
no setterinherited
highlightBuffer List<Highlight>
no setterinherited
painter PieChartPainter?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getClosestHighlight(int index, double x, double y) Highlight
Returns the closest Highlight object of the given objects based on the touch position inside the chart.
override
getHighlight(double x, double y) Highlight?
inherited
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