Currently, I am using PageView to create an onboarding journey for my app. However, I've recently found that the image on each page will be loaded only when the user scrolls to that page.
This makes our onboarding journey quite confusing since the users don't know what they are actually looking at without an image.
Is it possible to preload the image with the page instead?