ImagePlaceholderView constructor
const
ImagePlaceholderView({
- Key? key,
- bool isError = false,
- ImageStyle style = const ImageStyle(),
- String? blurHash,
- String? thumbHash,
Implementation
const ImagePlaceholderView(
{super.key,
this.isError = false,
this.style = const ImageStyle(),
this.blurHash,
this.thumbHash});