getMetadata method
Gets the metadata for a given widget label.
Implementation
EmbeddedWidgetMetadata? getMetadata(String label) {
return _registry[label]?.metadata;
}
Gets the metadata for a given widget label.
EmbeddedWidgetMetadata? getMetadata(String label) {
return _registry[label]?.metadata;
}