PwSize constructor

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

PwSize API.

Implementation

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