YoutubeVideoApp constructor

const YoutubeVideoApp({
  1. required String videoUrl,
  2. required bool readOnly,
  3. required YoutubeVideoSupportMode youtubeVideoSupportMode,
  4. Key? key,
})

Implementation

const YoutubeVideoApp({
  required this.videoUrl,
  required this.readOnly,
  required this.youtubeVideoSupportMode,
  super.key,
});