FeedbackSubmitPage constructor

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

Implementation

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