Size constructor

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

Implementation

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