FullPhotoView constructor

const FullPhotoView({
  1. Key? key,
  2. bool isAsset = false,
  3. bool isSingleImage = true,
  4. String titleText = 'Media Preview',
  5. List<String> images = const [],
  6. BoxDecoration? backgroundDecoration,
  7. PageController? pageController,
  8. dynamic onPageChanged(
    1. int
    )?,
  9. PreferredSizeWidget? appBar,
  10. ImageErrorWidgetBuilder? errorWidget,
  11. LoadingBuilder? loadingBuilder,
})

Implementation

const FullPhotoView({
  super.key,
  this.isAsset = false,
  this.isSingleImage = true,
  this.titleText = 'Media Preview',
  this.images = const [],
  this.backgroundDecoration,
  this.pageController,
  this.onPageChanged,
  this.appBar,
  this.errorWidget,
  this.loadingBuilder,
});