YoutubeEmbedData constructor

const YoutubeEmbedData({
  1. required String videoId,
})

Implementation

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