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