ImageFailed constructor

const ImageFailed({
  1. Key? key,
  2. Widget? failed,
  3. Color? background,
  4. AlignmentGeometry? alignment,
})

Implementation

const ImageFailed({super.key, this.failed, this.background, this.alignment});