RenderSizedBox constructor
Creates a RenderSizedBox with the given dimensions.
Implementation
RenderSizedBox(int boxWidth, int boxHeight)
: _boxWidth = boxWidth,
_boxHeight = boxHeight;
Creates a RenderSizedBox with the given dimensions.
RenderSizedBox(int boxWidth, int boxHeight)
: _boxWidth = boxWidth,
_boxHeight = boxHeight;