Chewie constructor

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

Implementation

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