Dimensions constructor

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

Implementation

const Dimensions(this.width, this.height);