SizeCalculated constructor
const
SizeCalculated(
- SizeUnit first,
- SizeUnit second,
- CalculationOperation operation
Creates a calculated size unit with the specified operands and operation.
Implementation
const SizeCalculated(this.first, this.second, this.operation);