getComponent static method

WidgetNodeSpec? getComponent(
  1. String id
)

Implementation

static WidgetNodeSpec? getComponent(String id) =>
    _solution?.getComponent(id)?.clone();