StatePlayer constructor
const
StatePlayer({
- Key? key,
- required StateExperienceController controller,
Implementation
const StatePlayer({super.key, required this.controller});