NSize constructor

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

Implementation

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