selectAll method
- bool onlySelectable = true,
Selects all nodes in the scene.
When onlySelectable is true, includes only nodes with isSelectable.
Implementation
void selectAll({bool onlySelectable = true}) {
_sceneCommands.selectAll(onlySelectable: onlySelectable);
}