FeedbackWidget constructor

const FeedbackWidget({
  1. Key? key,
})

A widget that allows users to send feedback to the developers.

Implementation

const FeedbackWidget({super.key});