VideoDetailView constructor

VideoDetailView(
  1. VideoDetail videoInfo, {
  2. Key? key,
  3. bool onPlay = false,
})

Implementation

VideoDetailView(this.videoInfo, {Key? key, this.onPlay = false})
    : super(key: key);