Mp4ImageProvider constructor

Mp4ImageProvider({
  1. String? imageName,
  2. String? suffix,
  3. double scale = 1,
})

Implementation

Mp4ImageProvider({this.imageName, this.suffix, this.scale = 1});