menu
flutter_chartx package
documentation
components/ChartState.dart
ChartState
hitTest abstract method
hitTest abstract method
dark_mode
light_mode
hitTest
abstract method
bool
hitTest
(
Offset
point
)
Returns whether a given offset fits the chart position.
Implementation
bool hitTest(Offset point);
flutter_chartx package
documentation
components/ChartState
ChartState
hitTest abstract method
ChartState class