Subtracts one size unit from another.
SizeUnit operator -(SizeUnit other) { return _CalculatedSize( first: this, second: other, operation: calculationSubtract, ); }