SpacingCalculated constructor
const
SpacingCalculated(
- SpacingUnit first,
- SpacingUnit second,
- 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);