SliverEnsureSemantics constructor
Creates a sliver that ensures its sliver child is included in the semantics tree.
Implementation
const SliverEnsureSemantics({super.key, required Widget sliver}) : super(child: sliver);
Creates a sliver that ensures its sliver child is included in the semantics tree.
const SliverEnsureSemantics({super.key, required Widget sliver}) : super(child: sliver);