NSize constructor

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

Implementation

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