Dimensions constructor

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

Implementation

Dimensions(this.width, this.height);