Size constructor

Size({
  1. num height,
  2. num width,
})

Implementation

external factory Size({num height, num width});