RenderSizedBox constructor

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

Implementation

RenderSizedBox(this.boxWidth, this.boxHeight);