hitTest abstract method

bool hitTest(
  1. Offset point
)

Returns whether a given offset fits the chart position.

Implementation

bool hitTest(Offset point);