I have a simple Image that uses a remote source (http://url.to/image.png). The problem is, if I change the image source to another url, the Image will be empty while it is fetching the image from the url (looks like a short flickering).
How can I prevent the image from being empty while loading?
Can I somehow force the Image to keep the old source while image.status equals to Component.loading?
↧