GallerySummaryPage constructor

GallerySummaryPage({
  1. required List<BasicGroupConfig> allConfig,
  2. int rowCount = 4,
  3. bool fromDetail = false,
  4. Widget detailRightAction(
    1. int? groupId,
    2. int? indexId
    )?,
  5. GalleryController? controller,
})

Implementation

GallerySummaryPage(
    {required this.allConfig,
    this.rowCount = 4,
    this.fromDetail = false,
    this.detailRightAction,
    this.controller});