Dimensions constructor

Dimensions(
  1. num? width,
  2. num? height
)

Implementation

Dimensions(this.width, this.height);