Creates an offstage render object.
RenderOffstage({bool offstage = true, RenderBox? child}) : _offstage = offstage, super(child);