AdaptiveGalleryItem constructor
const
AdaptiveGalleryItem({})
Creates a gallery item definition.
Implementation
const AdaptiveGalleryItem({
required this.label,
required this.preview,
required this.child,
this.description,
this.leading,
this.trailing,
this.thumbnail,
this.footer,
this.tooltip,
});