HelpArticleListPage constructor

const HelpArticleListPage({
  1. Key? key,
  2. HelpCategory? helpCategory,
})

Implementation

const HelpArticleListPage({Key? key, this.helpCategory}) : super(key: key);