fn should_prioritize_hits_on_back(back: Rect, front: Rect) -> boolExpand description
Should we prioritize hits on back over those on front?
back should be behind the front widget.
Returns true if back is a small hit-target and front is not.