FittedSizes constructor

const FittedSizes(Size source, Size destination)

Creates an object to store a pair of sizes, as would be returned by applyBoxFit.

Implementation

const FittedSizes(this.source, this.destination);