WidgetImagesViewer constructor
const
WidgetImagesViewer({
- Key? key,
- bool isImageProvider = false,
- required List images,
- int index = 0,
- dynamic onClose()?,
- ValueChanged? onDownload,
- Color? backgroundColor,
- Color? textColor,
- List<
Future< ? fileSizes,int> > - List<
String> ? imageUrls, - List<
Widget Function(String, Widget)> ? imageUrlWrapCopiables, - Color? hoverColor,
Implementation
const WidgetImagesViewer({
super.key,
this.isImageProvider = false,
required this.images,
this.index = 0,
this.onClose,
this.onDownload,
this.backgroundColor,
this.textColor,
this.fileSizes,
this.imageUrls,
this.imageUrlWrapCopiables,
this.hoverColor,
});