FeedbackActionButton constructor
const
FeedbackActionButton({
- Key? key,
- required FeedbackActionType feedbackType,
- required ScreenshotController screenshotController,
Implementation
const FeedbackActionButton({
super.key,
required this.feedbackType,
required this.screenshotController,
});