InputPageBlockVideo constructor

InputPageBlockVideo({
  1. InputVideo? video,
  2. PageBlockCaption? caption,
  3. required bool hasSpoiler,
})

Implementation

InputPageBlockVideo({this.video, this.caption, required this.hasSpoiler});