add method

void add(
  1. HitTestEntry entry
)

Add entry to the path.

Implementation

void add(HitTestEntry entry) {
  path.add(entry);
}