isInSecondaryRect method

bool isInSecondaryRect(
  1. Offset point
)

Implementation

bool isInSecondaryRect(Offset point) => secondaryIndexAt(point) != null;