FittedSizes constructor

const FittedSizes(
  1. Size source,
  2. Size destination
)

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

Implementation

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