FullPhotoView constructor
const
FullPhotoView({
- Key? key,
- bool isAsset = false,
- bool isSingleImage = true,
- String titleText = 'Media Preview',
- List<
String> images = const [], - BoxDecoration? backgroundDecoration,
- PageController? pageController,
- dynamic onPageChanged()?,
- PreferredSizeWidget? appBar,
- ImageErrorWidgetBuilder? errorWidget,
- 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,
});