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