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