customWidget static method

String customWidget(
  1. String widgetKey
)

Generate a node ID for a custom widget.

Implementation

static String customWidget(String widgetKey) =>
    _customWidget.create(widgetKey);