Creates a render object that ignores the semantics of its subtree.
RenderExcludeSemantics({RenderBox? child, bool excluding = true}) : _excluding = excluding, super(child);