ImageFileLoader constructor
const
ImageFileLoader({
- required String pathPrefix,
Creates a new ImageFileLoader.
pathPrefix The prefix to prepend to the resource path.
Implementation
const ImageFileLoader({required this.pathPrefix});