BaseGalleryViewPage constructor
const
BaseGalleryViewPage({
- Key? key,
- required List<
String> images, - int currentIndex = 0,
- SystemUiOverlayStyle? systemOverlayStyle,
- Widget? leading,
- Color? tintColor,
- Color? backgroundColor,
- bool enableRotation = false,
- GestureLongPressCallback? onLongPress,
Implementation
const BaseGalleryViewPage(
{super.key,
required this.images,
this.currentIndex = 0,
this.systemOverlayStyle,
this.leading,
this.tintColor,
this.backgroundColor,
this.enableRotation = false,
this.onLongPress});