PageBlockVideo constructor

const PageBlockVideo({
  1. required bool autoplay,
  2. required bool loop,
  3. required int videoId,
  4. required PageCaptionBase caption,
})

Page Block Video constructor.

Implementation

const PageBlockVideo({
  required this.autoplay,
  required this.loop,
  required this.videoId,
  required this.caption,
}) : super._();