YoutubePlayerWidget constructor
const
YoutubePlayerWidget({
- Key? key,
- required YoutubePlayerConfig youtubePlayerConfig,
Implementation
const YoutubePlayerWidget({
super.key,
required this.youtubePlayerConfig,
});