products property

List<Product> products
final

Implementation

final List<Product> products = [
  Product(
      name: "100 Xp",
      price: "250 Coins",
      icon: "xp.svg",
      description: "shop.xpDescription".i18n(),
      bgColors: backgroundColors["purple"]!,
      span: 2),
];