VideoItem constructor

VideoItem({
  1. String? caption,
  2. Video? video,
})

Implementation

VideoItem({
  this.caption,
  this.video,
});