PhotoViewer constructor

const PhotoViewer(
  1. List<String> urls, {
  2. int index = 0,
  3. Key? key,
})

Implementation

const PhotoViewer(this.urls, {this.index = 0, Key? key}) : super(key: key);