SliverOffstageModifier constructor
Creates a sliver that visually hides its sliver child.
Implementation
const SliverOffstageModifier({
super.key,
super.modifierKey,
super.child,
this.offstage = true,
}) : assert(offstage != null);
Creates a sliver that visually hides its sliver child.
const SliverOffstageModifier({
super.key,
super.modifierKey,
super.child,
this.offstage = true,
}) : assert(offstage != null);