RenderSizedBox constructor

RenderSizedBox(
  1. int targetW,
  2. int targetH
)

Implementation

RenderSizedBox(this.targetW, this.targetH);