ImageSize constructor

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

Implementation

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