Offstage constructor
Creates a widget that visually hides its child.
Implementation
const Offstage({ super.key, this.offstage = true, super.child });
Creates a widget that visually hides its child.
const Offstage({ super.key, this.offstage = true, super.child });