isValidPoint method

bool isValidPoint(
  1. Vector2 point
)

Implementation

bool isValidPoint(Vector2 point) => _bounds.containsPoint(point);