CuratedGallery constructor
- {Key? key,
- required CuratedList item,
- bool verticalGallery = false,
- required TabController? controller}
Implementation
const CuratedGallery(
{super.key,
required this.item,
this.shareButtonTag,
this.verticalGallery = false,
required this.controller});