menu
iwb_canvas_engine
basic.dart
SceneController
clearSelection method
clearSelection
dark_mode
light_mode
clearSelection
method
void
clearSelection
(
)
Clears the current selection.
Implementation
void clearSelection() { _sceneCommands.clearSelection(); }
iwb_canvas_engine
basic
SceneController
clearSelection method
SceneController class