Chewie constructor

const Chewie({
  1. Key? key,
  2. required ChewieController controller,
})

Implementation

const Chewie({
  super.key,
  required this.controller,
});