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