customRenders property
Either return a custom widget for specific node types or return null to fallback to the default rendering.
Implementation
final Map<CustomRenderMatcher, CustomRender> customRenders;
Either return a custom widget for specific node types or return null to fallback to the default rendering.
final Map<CustomRenderMatcher, CustomRender> customRenders;