PrefetchOptions constructor
PrefetchOptions({
- bool preloadImages = false,
Implementation
PrefetchOptions({
this.preloadImages = false,
});
PrefetchOptions({
this.preloadImages = false,
});