getComponent method
Implementation
figma.Node? getComponent(final String componentId) {
if (_document == null) {
throw StateError("MorphrService not initialized.");
}
return _findComponent(_document!, componentId);
}
figma.Node? getComponent(final String componentId) {
if (_document == null) {
throw StateError("MorphrService not initialized.");
}
return _findComponent(_document!, componentId);
}