NiceImageViewer constructor
Implementation
const NiceImageViewer({
super.key,
required this.src,
this.alt,
this.width,
this.height,
this.preview = true,
this.fit = BoxFit.cover,
this.borderRadius = 8,
});
const NiceImageViewer({
super.key,
required this.src,
this.alt,
this.width,
this.height,
this.preview = true,
this.fit = BoxFit.cover,
this.borderRadius = 8,
});