CuratedGallery class widgets

A widget which displays images in a vertical grid

Constructors

CuratedGallery({Key? key, required CuratedList item, String? shareButtonTag, bool verticalGallery = false, required TabController? controller})
const

Properties

controller → TabController?
final
item → CuratedList
final
shareButtonTag → String?
final
verticalGallery → bool
final

Methods

build(BuildContext context) → Widget
Describes the part of the user interface represented by this widget.
buildButton(BuildContext context, String subTitle, String content, {VoidCallback? onPressed}) → Widget
buildGallery(BuildContext context, CuratedList curatedList) → Widget