CuratedGallery class
A widget which displays images in a vertical grid
Constructors
- CuratedGallery({Key? key, required CuratedList item, bool verticalGallery = false, required TabController? controller})
-
const
Properties
- controller → TabController?
-
final
- item → CuratedList
-
final
-
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