setBody method

void setBody(
  1. RenderContentProxyBox? b
)

Implementation

void setBody(RenderContentProxyBox? b) {
  _body = _updateChild(_body, b, TextLineSlot.body) as RenderContentProxyBox?;
}