UXPWidgetYoutubeCard constructor

const UXPWidgetYoutubeCard({
  1. Key? key,
  2. String? src,
  3. bool? autoPlay,
  4. bool? mute,
})

Implementation

const UXPWidgetYoutubeCard({
  Key? key,
  this.src,
  this.autoPlay,
  this.mute,
}) : super(key: key);