Creates a render object that ignores the semantics of its subtree.
Source
RenderExcludeSemantics({ RenderBox child }) : super(child);
Creates a render object that ignores the semantics of its subtree.
RenderExcludeSemantics({ RenderBox child }) : super(child);