feedbackBuilder property
Returns a widget that prompts the user for feedback and calls the provided
submit function with their completed feedback. Typically, this involves
some form fields and a submit button that calls OnSubmit when pressed.
Defaults to StringFeedback
which uses a single editable text field to
prompt for input.
Implementation
final FeedbackBuilder? feedbackBuilder;