CategoryCard constructor

const CategoryCard({
  1. Key? key,
  2. required int categoryId,
})

Implementation

const CategoryCard({super.key, required this.categoryId});