BeautyPage constructor
BeautyPage({
- required String title,
- required List<
BeautyItem> items,
Implementation
BeautyPage({
required this.title,
required this.items,
});