VapView constructor

const VapView({
  1. Key? key,
  2. int scaleType = 1,
  3. int? fps,
  4. int? playLoop,
  5. int contentMode = 1,
  6. ValueChanged<VapViewController>? onVapViewCreated,
})

Implementation

const VapView({
  Key? key,
  this.scaleType = 1,
  this.fps,
  this.playLoop,
  this.contentMode = 1,
  this.onVapViewCreated,
}) : super(key: key);