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