Check if a node ID represents a custom widget.
static bool isCustomWidgetNodeId(String nodeId) => _customWidget.matches(nodeId);