ImageFailed constructor
const
ImageFailed({
- Key? key,
- Widget? failed,
- Color? background,
- AlignmentGeometry? alignment,
Implementation
const ImageFailed({super.key, this.failed, this.background, this.alignment});