VideoDetailView constructor
VideoDetailView(
- VideoDetail videoInfo, {
- Key? key,
- bool onPlay = false,
Implementation
VideoDetailView(this.videoInfo, {Key? key, this.onPlay = false})
: super(key: key);