BeautyItem constructor
BeautyItem({
- required String title,
- required String icon,
- required BeautyItemType type,
Implementation
BeautyItem({
required this.title,
required this.icon,
required this.type,
});