WacthyoutubeVideo constructor

const WacthyoutubeVideo({
  1. Key? key,
  2. dynamic url,
  3. dynamic title,
})

Implementation

const WacthyoutubeVideo({super.key, this.url, this.title});