YoutubeEmbedData constructor
const
YoutubeEmbedData({
- required String videoId,
Implementation
const YoutubeEmbedData({required this.videoId})
: super(supportMediaControll: true, aspectRatio: 16 / 9);