setRelayoutBoundary method

void setRelayoutBoundary(
  1. bool value
)

Marks this render object as a relayout boundary or not.

Implementation

void setRelayoutBoundary(bool value) {
  _relayoutBoundary = value;
}