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