Creates a block render object.
By default, the block positions children along the vertical axis.
RenderBlock({ List<RenderBox> children, Axis mainAxis: Axis.vertical }) : _mainAxis = mainAxis { addAll(children); }