BlockSemantics constructor
Creates a widget that excludes the semantics of all widgets painted before it in the same semantic container.
Implementation
const BlockSemantics({ super.key, this.blocking = true, super.child });
Creates a widget that excludes the semantics of all widgets painted before it in the same semantic container.
const BlockSemantics({ super.key, this.blocking = true, super.child });