ProductInfo constructor
ProductInfo({
- required String title,
- FormattedText? description,
- Photo? photo,
Implementation
ProductInfo({required this.title, this.description, this.photo});