ViewVideoPagePage constructor

const ViewVideoPagePage({
  1. Key? key,
  2. required String videoUrl,
  3. String? source,
})

Implementation

const ViewVideoPagePage({Key? key, required this.videoUrl, this.source})
    : super(key: key);