VimeoVideo constructor

VimeoVideo({
  1. bool liveEvent = false,
  2. int? width,
  3. int? height,
  4. required List<_VimeoQualityFile?> sources,
})

Implementation

VimeoVideo({
  this.liveEvent = false,
  this.width,
  this.height,
  required this.sources,
});