items property

List<Map<String, dynamic>> items
final

Implementation

final List<Map<String, dynamic>> items = [
  {
    'imagePath': 'assets/home/card_11.webp',
    'imagePathSmall': 'assets/home/card_11_small.webp',
    'title': 'World Class Flights',
    'description':
        'Enjoy premium savings on business and first-class tickets worldwide in unrivalled comfort and style— Same First or Business Class experience. But smarter spending.',
    'subtitle': '',
    'buttonText': 'Search Flights',
    'iconPath': 'assets/home/pre.svg',
    'id':'1',
    'onTap':(){
      goto(Routes.TOP_FLIGHTS);

    },
  },
  {
    'imagePath': 'assets/home/card_22.webp',
    'imagePathSmall': 'assets/home/card_22_small.webp',
    'title': 'Search-Credits',
    'description':
        'Leverage Search-Credits to gain immediate access to live data options across all classes while unlocking exclusive NEOPASS rates with complete transparency.',
    'subtitle': '',
    'buttonText': 'Find Out More',
    'iconPath': 'assets/home/pre.svg',
    'id':'2',
    'onTap':(){
      goto(Routes.SEARCH_CREDIT);

    },
  },
  {
    'imagePath': 'assets/home/travel_11.webp',
    'imagePathSmall': 'assets/home/travel_11.webp',
    'title': 'Modern Payment Options',
    'description':
        'At NEOPASS, we offer a variety of payment methods for a seamless and convenient experience. From PRO Cryptocurrency friendly to traditional option.',
    'subtitle': '',
    'buttonText': 'Book & Pay Now',
    'iconPath': 'assets/home/arrowup.svg',
    'id':'3',
    'onTap':(){
      goto(Routes.TOP_FLIGHTS);
    },
  },
];