BlurhashTheImage constructor
const
BlurhashTheImage(
- ImageProvider<
Object> inputImage, { - int decodingWidth = 32,
- int decodingHeight = 32,
- double scale = 1.0,
Implementation
const BlurhashTheImage(this.inputImage,
{this.decodingWidth = 32, this.decodingHeight = 32, this.scale = 1.0});