renderFor method

RenderFluentParagraph? renderFor(
  1. String containerId
)

Direct (non-copying) lookup of the render registered for containerId.

Implementation

RenderFluentParagraph? renderFor(String containerId) => _renders[containerId];