hitTest abstract method

bool hitTest(
  1. Offset position
)

Determine if a pointer event occurred within the widget's bounds and to check if a hit occurred on a Rive listener.

Implementation

bool hitTest(Offset position);