ElementSize constructor

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

Creates an element-size value.

Implementation

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