ImageDimensions constructor

ImageDimensions(
  1. int width,
  2. int height
)

Implementation

ImageDimensions(this.width, this.height);