RenderSizedBox constructor

RenderSizedBox(
  1. int boxWidth,
  2. int boxHeight
)

Creates a RenderSizedBox with the given dimensions.

Implementation

RenderSizedBox(this.boxWidth, this.boxHeight);