FeedbackSubmitProvider constructor

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

Implementation

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