UseTags constructor
Implementation
UseTags({
required this.tags,
required this.active,
required this.clickable,
required this.categories,
}){
unCategorizedTags = tags.where((tag) => tag.category == null).toList();
}
UseTags({
required this.tags,
required this.active,
required this.clickable,
required this.categories,
}){
unCategorizedTags = tags.where((tag) => tag.category == null).toList();
}