Dimension constructor

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

Implementation

Dimension(this.width, this.height);