BaseGalleryViewPage constructor

const BaseGalleryViewPage({
  1. Key? key,
  2. required List<String> images,
  3. int currentIndex = 0,
  4. BaseAppBar? appBar,
  5. bool enableRotation = false,
})

Implementation

const BaseGalleryViewPage(
    {super.key,
    required this.images,
    this.currentIndex = 0,
    this.appBar,
    this.enableRotation = false});