PictureDetails constructor

const PictureDetails(
  1. Picture picture,
  2. int width,
  3. int height
)

Creates an immutable instance with the given drawing information.

Implementation

const PictureDetails(this.picture, this.width, this.height);