VAPConfigs constructor
VAPConfigs({})
Creates a VAPConfigs instance.
All parameters are required as they represent essential animation properties. This constructor is typically not used directly - instead, use VAPConfigs.fromMap to create instances from native data.
Implementation
VAPConfigs({
required this.width,
required this.height,
required this.fps,
required this.totalFrames,
required this.isMix,
required this.orien,
required this.videoHeight,
required this.videoWidth,
required this.alphaPointRect,
required this.rgbPointRect,
required this.version,
});