SceneWidget constructor
Implementation
const SceneWidget(
this.scene, {
super.key,
this.color = const Color(0xFF000000),
this.paused = false,
this.debug = false,
this.autofocus = true,
this.addRepaintBoundary = true,
});
const SceneWidget(
this.scene, {
super.key,
this.color = const Color(0xFF000000),
this.paused = false,
this.debug = false,
this.autofocus = true,
this.addRepaintBoundary = true,
});