ImagePlaceholderView constructor

const ImagePlaceholderView({
  1. Key? key,
  2. bool isError = false,
  3. ImageStyle style = const ImageStyle(),
  4. String? blurHash,
  5. String? thumbHash,
})

Implementation

const ImagePlaceholderView(
    {super.key,
    this.isError = false,
    this.style = const ImageStyle(),
    this.blurHash,
    this.thumbHash});