Whether a position is within the constraints.
bool contains(Offset position) { final constrained = constrain(position); return constrained == position; }