Create a render object that blocks semantics for nodes below it in paint order.
RenderBlockSemantics({ RenderBox child, bool blocking = true, }) : _blocking = blocking, super(child);