FeedbackRepoWrapper constructor
const
FeedbackRepoWrapper({
- Key? key,
- required Widget child,
- 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});