FBPhotoViewer constructor

const FBPhotoViewer({
  1. Key? key,
  2. int initialIndex = 0,
  3. List<String> assets = const [],
  4. File? imageFile,
  5. dynamic onPageChanged(
    1. int
    )?,
  6. List<Widget>? customSubChild,
})

Implementation

const FBPhotoViewer({
  super.key,
  this.initialIndex = 0,
  this.assets = const [],
  this.imageFile,
  this.onPageChanged,
  this.customSubChild,
});