FeedbackInput constructor
const
FeedbackInput({
- Key? key,
- InputDecoration? feedbackInputStyle,
- required dynamic feedbackResponse(),
- TextStyle? feedbackInputTextStyle,
Implementation
const FeedbackInput(
{super.key,
this.feedbackInputStyle,
required this.feedbackResponse,
this.feedbackInputTextStyle});