FeedbackRepoWrapper constructor

const FeedbackRepoWrapper({
  1. Key? key,
  2. required Widget child,
  3. required FeedbackWrapperConfig feedbackConfig,
})

Creates a FeedbackRepoWrapper.

child - The widget subtree that will have access to the repository feedbackConfig - Configuration for creating the feedback repository

Implementation

const FeedbackRepoWrapper({super.key, required this.child, required this.feedbackConfig});