CatalogImage constructor

const CatalogImage({
  1. Key? key,
  2. required String image,
})

Implementation

const CatalogImage({Key? key, required this.image}) : super(key: key);