isWidgetClassNodeId static method

bool isWidgetClassNodeId(
  1. String nodeId
)

Check if a node ID represents a widget class.

Implementation

static bool isWidgetClassNodeId(String nodeId) =>
    _widgetClass.matches(nodeId);