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