removeComponent method Null safety
- Component component
Remove a component from the artboard and its various tracked lists of components.
Implementation
void removeComponent(Component component) {
_components.remove(component);
}
Remove a component from the artboard and its various tracked lists of components.
void removeComponent(Component component) {
_components.remove(component);
}