ElementSize constructor

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

Implementation

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