ImageFileLoader constructor

const ImageFileLoader({
  1. required String pathPrefix,
})

Creates a new ImageFileLoader.

pathPrefix The prefix to prepend to the resource path.

Implementation

const ImageFileLoader({required this.pathPrefix});