WidgetImagesViewer constructor
const
WidgetImagesViewer({
- Key? key,
- bool isImageProvider = false,
- bool enableDownloadButton = false,
- required List images,
- int index = 0,
- VoidCallback? onClose,
- ValueChanged? onDownload,
- Color? backgroundColor,
- Color? textColor,
Implementation
const WidgetImagesViewer({
Key? key,
this.isImageProvider = false,
this.enableDownloadButton = false,
required this.images,
this.index = 0,
this.onClose,
this.onDownload,
this.backgroundColor,
this.textColor,
}) : super(key: key);