To create a fade effect in an image, use the Flutter widget FadeInImage.assetNetwork(placeholder: _______, image: ).

  • placeholderImage
  • fadeImage
  • loadingImage
  • backgroundImage
In the FadeInImage.assetNetwork widget, the placeholder parameter is used to specify the image that is displayed while the target image is being loaded. This is typically a low-resolution or temporary image, providing a smooth transition when the main image is loaded. So, the correct option is placeholderImage.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *