ImageSize constructor

const ImageSize(
  1. double width,
  2. double height
)

Creates a ImageSize with the given width and height.

Implementation

const ImageSize(this.width, this.height);