hitTest method

bool hitTest(
  1. Offset point
)

Implementation

bool hitTest(Offset point) {
  return path.contains(point);
}