isWidget method

bool isWidget(
  1. AFWidgetID widgetId
)

Implementation

bool isWidget(AFWidgetID widgetId) {
  return this.widget == widgetId;
}