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