PocketBaseImageProvider constructor
PocketBaseImageProvider({})
Creates an ImageProvider for a PocketBase file.
Implementation
PocketBaseImageProvider({
required this.client,
required this.recordId,
required this.recordCollectionName,
required this.filename,
this.pixelWidth,
this.pixelHeight,
this.size,
this.color,
this.scale,
this.expireAfter,
this.token,
this.autoGenerateToken = false,
});