FeedbackActionButton constructor

const FeedbackActionButton({
  1. Key? key,
  2. required FeedbackActionType feedbackType,
  3. required ScreenshotController screenshotController,
})

Implementation

const FeedbackActionButton({
  super.key,
  required this.feedbackType,
  required this.screenshotController,
});