CutSceneWidget constructor
const
CutSceneWidget({
- Key? key,
- required CutScene cutScene,
- dynamic onNextScene()?,
- required dynamic onComplete(),
- String? baseDir,
- SceneController? controller,
- BoxDecoration? dialogBoxDecoration,
- TextStyle? dialogTextStyle,
Implementation
const CutSceneWidget({
super.key,
required this.cutScene,
this.onNextScene,
required this.onComplete,
this.baseDir,
this.controller,
this.dialogBoxDecoration,
this.dialogTextStyle,
});