MultiImageViewer constructor
const
MultiImageViewer({})
Implementation
const MultiImageViewer({
super.key,
required this.images,
this.backgroundColor = Colors.black87,
this.textStyle = const TextStyle(
fontSize: 30,
color: Colors.white,
),
this.height = 205,
this.width,
this.networkImageHeaders,
});