VapView constructor
const
VapView({
- Key? key,
- int scaleType = 1,
- int? fps,
- int? playLoop,
- int contentMode = 1,
- ValueChanged<
VapViewController> ? onVapViewCreated,
Implementation
const VapView({
Key? key,
this.scaleType = 1,
this.fps,
this.playLoop,
this.contentMode = 1,
this.onVapViewCreated,
}) : super(key: key);