Dimensions constructor

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

Implementation

Dimensions(this.width, this.height);