PrefetchOptions constructor

PrefetchOptions({
  1. bool preloadImages = false,
})

Implementation

PrefetchOptions({
  this.preloadImages = false,
});