Add a HitTestEntry to the path.
The new entry is added at the end of the path, which means entries should be added in order from most specific to least specific, typically during an upward walk of the tree being hit tested.
Source
void add(HitTestEntry entry) { _path.add(entry); }