commentsList constant

List<List<String>> const commentsList

Implementation

static const List<List<String>> commentsList = [
  [
    "Great sound quality!",
    "Comfortable to wear for hours.",
    "Highly recommended!",
  ],
  [
    "Perfect for my daily commute.",
    "Spacious and well-designed.",
    "Love it!",
  ],
  [
    "Great for video calls and reading.",
    "Sturdy and adjustable.",
    "Sleek design.",
  ],
  [
    "Feels amazing for gaming!",
    "Accurate clicks.",
    "I love the RGB lighting.",
  ],
  [
    "Crystal clear image quality.",
    "Perfect for editing photos.",
    "Great refresh rate.",
  ],
  ["Portable and loud sound.", "Love the bass.", "Perfect for outdoor use."],
  [
    "Makes my life so much easier.",
    "Works flawlessly.",
    "A must-have accessory.",
  ],
  ["Tracks my steps accurately.", "Great display.", "Perfect for fitness."],
  ["Responsive keys.", "Good tactile feel.", "Love the RGB backlighting."],
  [
    "Fast and reliable.",
    "I can store everything I need.",
    "Great value for money.",
  ],
];