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