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