menu
iwb_canvas_engine package
documentation
basic.dart
SceneControllerInteractiveV2
setBackgroundColor method
setBackgroundColor method
dark_mode
light_mode
setBackgroundColor
method
void
setBackgroundColor
(
Color
value
)
Implementation
void setBackgroundColor(Color value) { _core.commands.writeBackgroundColorSet(value); }
iwb_canvas_engine package
documentation
basic
SceneControllerInteractiveV2
setBackgroundColor method
SceneControllerInteractiveV2 class