SpacingCalculated constructor

const SpacingCalculated(
  1. SpacingUnit first,
  2. SpacingUnit second,
  3. CalculationOperation operation
)

Creates a calculated spacing unit from two operands and an operation.

The first and second spacing units are evaluated, then combined using the specified operation.

Implementation

const SpacingCalculated(this.first, this.second, this.operation);