NativeImageProvider constructor

NativeImageProvider({
  1. String? imageName,
  2. String? suffix,
  3. double scale = 1,
  4. bool isByte = false,
})

Implementation

NativeImageProvider({this.imageName, this.suffix, this.scale = 1, this.isByte = false});