BlockElement constructor

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

Implementation

BlockElement(this.width, this.height);