getSearchWidget method
- String widgetId
This method can be used to retrieve the instance of the SearchWidget class for a particular widget by id
.
Implementation
SearchWidget getSearchWidget(String widgetId) {
return this._searchWidgets[widgetId];
}