BlurhashBackground constructor
const
BlurhashBackground({})
Implementation
const BlurhashBackground({
super.key,
required Future<ui.Image> image,
this.color = Colors.blueGrey,
this.fit = BoxFit.cover,
this.errorBuilder,
}) : _image = image;