GalleryRecentPreview constructor
const
GalleryRecentPreview({})
Implementation
const GalleryRecentPreview({
Key? key,
required this.entity,
this.builder,
this.child,
this.height,
this.width,
}) : super(key: key);