SizeCalculated constructor

const SizeCalculated(
  1. SizeUnit first,
  2. SizeUnit second,
  3. CalculationOperation operation
)

Creates a calculated size unit with the specified operands and operation.

Implementation

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