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