YoutubePlayerWidget constructor

const YoutubePlayerWidget({
  1. Key? key,
  2. required YoutubePlayerConfig youtubePlayerConfig,
})

Implementation

const YoutubePlayerWidget({
  super.key,
  required this.youtubePlayerConfig,
});