CatalogSectionItemWidget constructor

const CatalogSectionItemWidget({
  1. required CategoryEntity category,
  2. Key? key,
})

Implementation

const CatalogSectionItemWidget({
  required this.category,
  super.key,
});