onLoadingImage property

String? onLoadingImage
final

Optional URL or path to an image to load on initialization.

If the image server has CORS security on the web and your code doesn't include the headers accepted by the server, it will return an error. It's important to note that CORS security includes a registry of accepted IPs in the backend, if your project is not on the list, even if it has the correct headers, the image will not be displayed.

Implementation

final String? onLoadingImage;