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