Dimensions constructor

Dimensions({
  1. int? height,
  2. int? width,
})

Implementation

Dimensions({this.height, this.width});