findWidget method
Implementation
WidgetProperty? findWidget(String path) {
var operation = findOperation(path);
if ( operation != null)
return operation.target as WidgetProperty;
return null;
}
WidgetProperty? findWidget(String path) {
var operation = findOperation(path);
if ( operation != null)
return operation.target as WidgetProperty;
return null;
}