Compares two Offsets for equality.
@override bool operator ==(dynamic other) => other is Offset && super == other;