点是否在SecondaryRect中
bool isInSecondaryRect(Offset point) { return mSecondaryRect?.contains(point) ?? false; }