VideoPlayPage constructor

const VideoPlayPage({
  1. Key? key,
  2. String? title = '视频播放',
  3. @required String? videoUrl,
})

Implementation

const VideoPlayPage({super.key, this.title = '视频播放', @required this.videoUrl});