SnapCategory constructor

const SnapCategory({
  1. required String name,
  2. bool featured = false,
})

Implementation

const SnapCategory({required this.name, this.featured = false});