YoutubeConnectionScreen constructor

const YoutubeConnectionScreen({
  1. Key? key,
  2. String? username,
})

Implementation

const YoutubeConnectionScreen({Key? key, this.username}) : super(key: key);