SceneWidget constructor
const
SceneWidget({})
Implementation
const SceneWidget({
super.key,
required this.scene,
this.onBranchSelected,
this.onNextScene,
required this.onComplete,
});
const SceneWidget({
super.key,
required this.scene,
this.onBranchSelected,
this.onNextScene,
required this.onComplete,
});