FetchInstructions.giveUp constructor
Instructs NetworkImageWithRetry to give up trying to download the image.
Implementation
const FetchInstructions.giveUp({
required this.uri,
this.alternativeImage,
}) : shouldGiveUp = true,
timeout = Duration.zero;