customWidgetKeyFromNodeId static method
Extract the custom widget key from a node ID. Returns null if the node ID is not a custom widget node.
Implementation
static String? customWidgetKeyFromNodeId(String nodeId) =>
_customWidget.extractKey(nodeId);