ExcludeSemantics constructor Null safety
Creates a widget that drops all the semantics of its descendants.
Implementation
const ExcludeSemantics({
super.key,
this.excluding = true,
super.child,
}) : assert(excluding != null);
Creates a widget that drops all the semantics of its descendants.
const ExcludeSemantics({
super.key,
this.excluding = true,
super.child,
}) : assert(excluding != null);