contains abstract method

bool contains(
  1. Offset offset
)

Checks whether a point is contained in this drawable.

Implementation

bool contains(Offset offset);