HowitsWork property

List HowitsWork
getter/setter pair

Implementation

List HowitsWork = [
  {
    'firstLine': 'Your Order',
    'img': '${ImagePath}howitsworks1.svg',
    'secondLine': 'Add products to your cart, enter your details and confirm.'
  },
  {
    'firstLine': 'Picking Your Order',
    'img': '${ImagePath}howitsworks2.svg',
    'secondLine':
        'Your order is being picked and now will be forwarded for packaging.'
  },
  {
    'firstLine': 'Packing Your Order',
    'img': '${ImagePath}howitsworks3.svg',
    'secondLine':
        'We are packing your order and will be out for delivery soon.'
  },
  {
    'firstLine': 'Deliver',
    'img': '${ImagePath}howitsworks4.svg',
    'secondLine':
        'Your order has been prepared and out for delivery. it will be delivered soon.'
  }
];