Product constructor
Implementation
Product(
{required this.name,
required this.price,
required this.icon,
required this.description,
required this.bgColors,
this.span = 1});
Product(
{required this.name,
required this.price,
required this.icon,
required this.description,
required this.bgColors,
this.span = 1});