isCustomWidgetNodeId static method

bool isCustomWidgetNodeId(
  1. String nodeId
)

Check if a node ID represents a custom widget.

Implementation

static bool isCustomWidgetNodeId(String nodeId) =>
    _customWidget.matches(nodeId);