Tags constructor
Tags({})
Implementation
Tags({
super.key,
required this.tagList,
required this.activeTagBackground,
required this.tagBackground,
required this.activeTagTextColor,
required this.tagTextColor,
required this.tagBorderRadius,
required this.spacingBetweenTags,
required this.onTagTapped,
required this.alignment,
});