renders property
Map<String, RenderFluentParagraph>
get
renders
Public read-only access to the registered render objects. Key = containerId, Value = the active RenderFluentParagraph.
Implementation
Map<String, RenderFluentParagraph> get renders => Map.unmodifiable(_renders);