PDimension constructor

const PDimension(
  1. num width,
  2. num height
)

Implementation

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