widgets/write_feedback_screen library

Classes

WriteFeedbackScreen
Screen widget for collecting user feedback.

Typedefs

WriteFeedbackPageBuilder = Widget Function(BuildContext context, bool isLoading, void onSend(Map<String, dynamic> feedback))
Function signature for building the feedback collection page UI.