GallerySummaryPage constructor
GallerySummaryPage({
- required List<
BasicGroupConfig> allConfig, - int rowCount = 4,
- bool fromDetail = false,
- Widget detailRightAction()?,
- GalleryController? controller,
Implementation
GallerySummaryPage(
{required this.allConfig,
this.rowCount = 4,
this.fromDetail = false,
this.detailRightAction,
this.controller});