Creates a stack render object that paints a single child.
If the index
parameter is null, nothing is displayed.
Source
RenderIndexedStack({ List<RenderBox> children, FractionalOffset alignment: FractionalOffset.topLeft, int index: 0 }) : _index = index, super( children: children, alignment: alignment );