Size constructor

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

Implementation

Size(this.width, this.height);