contains method

bool contains(
  1. Offset c
)

Implementation

bool contains(Offset c) {
  return cameraRectWithSpacing.contains(c);
}