deleteSelection method
- int? timestampMs,
Deletes deletable selected nodes and emits an action.
Implementation
void deleteSelection({int? timestampMs}) {
_sceneCommands.deleteSelection(timestampMs: timestampMs);
}
Deletes deletable selected nodes and emits an action.
void deleteSelection({int? timestampMs}) {
_sceneCommands.deleteSelection(timestampMs: timestampMs);
}