home_explore_page top-level property

ExplorePageArguments home_explore_page
read / write

Implementation

ExplorePageArguments home_explore_page = ExplorePageArguments(
  title: "Explore",
  sections: [
    ExploreSectionArguments(
      title: "Actions",
      link: actions_explore_page,
      description:
          "Take a wide range of actions to drive lasting change for issues you care about",
      type: ExploreSectionType.Action,
    ),
    ExploreSectionArguments(
      title: "Learn",
      link: learning_explore_page,
      description:
          "Learn more about key topics of pressing social and environmental issues",
      type: ExploreSectionType.Learning,
    ),
    ExploreSectionArguments(
      title: "Campaigns",
      link: campaigns_explore_page,
      description:
          "Join members of the now-u community in coordinated campaigns to make a difference",
      type: ExploreSectionType.Campaign,
    ),
    ExploreSectionArguments(
      title: "News",
      description:
          "Find out what’s going on in the world this week in relation to your chosen causes",
      type: ExploreSectionType.News,
    ),
  ],
);