VimeoSettings constructor

VimeoSettings({
  1. int? fullscreen,
  2. int? byline,
  3. int? like,
  4. int? playbar,
  5. int? title,
  6. int? color,
  7. int? speed,
  8. int? watchLater,
  9. int? share,
  10. int? scaling,
  11. int? spatialCompass,
  12. int? collections,
  13. int? portrait,
  14. int? embed,
  15. Badge? badge,
  16. int? spatialLabel,
  17. int? volume,
})

Implementation

VimeoSettings(
    {this.fullscreen,
    this.byline,
    this.like,
    this.playbar,
    this.title,
    this.color,
    this.speed,
    this.watchLater,
    this.share,
    this.scaling,
    this.spatialCompass,
    this.collections,
    this.portrait,
    this.logo,
    this.embed,
    this.badge,
    this.spatialLabel,
    this.volume});