LayoutSize constructor

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

Creates a size with the specified width and height.

Implementation

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