ImagesPopup constructor

const ImagesPopup({
  1. Key? key,
  2. String? title = "Images",
  3. required List<String> urls,
  4. int initial = 0,
  5. int scrSize = 0,
  6. ImageErrorWidgetBuilder? errorBuilder,
})

Implementation

const ImagesPopup({Key? key,this.title="Images",required this.urls,this.initial=0,this.scrSize=0,this.errorBuilder}) : super(key: key);