BeautyItem constructor
BeautyItem({
- required BeautyType type,
- required dynamic value,
- required String title,
- required String iconPath,
- PFBeautyFiterType? beautyType,
- String? filterName,
Implementation
BeautyItem({
required this.type,
required this.value,
required this.title,
required this.iconPath,
this.beautyType,
this.filterName,
});