HoverZoomImage constructor
const
HoverZoomImage({
- Key? key,
- required ImageProvider<
Object> imageProvider, - double width = 550,
- double height = 700,
- double zoomScale = 2.0,
- Duration animationDuration = const Duration(milliseconds: 150),
- Decoration? decoration,
Creates a HoverZoomImage widget.
Implementation
const HoverZoomImage({
super.key,
required this.imageProvider,
this.width = 550,
this.height = 700,
this.zoomScale = 2.0,
this.animationDuration = const Duration(milliseconds: 150),
this.decoration,
});