BlurhashTheImage constructor

const BlurhashTheImage(
  1. ImageProvider<Object> inputImage, {
  2. int decodingWidth = 32,
  3. int decodingHeight = 32,
  4. double scale = 1.0,
})

Implementation

const BlurhashTheImage(this.inputImage,
    {this.decodingWidth = 32, this.decodingHeight = 32, this.scale = 1.0});