Size constructor

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

Implementation

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