menu
fluent_editor package
documentation
core/paragraph_registry.dart
ParagraphRegistry
register method
register method
dark_mode
light_mode
register
method
void
register
(
String
containerId
,
RenderFluentParagraph
render
)
Implementation
void register(String containerId, RenderFluentParagraph render) { _renders[containerId] = render; }
fluent_editor package
documentation
core/paragraph_registry
ParagraphRegistry
register method
ParagraphRegistry class