BaseSize constructor

BaseSize(
  1. double width,
  2. double height
)

Implementation

BaseSize(
  this.width,
  this.height,
);