builder property

WriteFeedbackPageBuilder builder
final

Builder function for creating the feedback collection UI.

The builder receives the current loading state and a callback function for sending feedback data. It should render appropriate UI based on the loading state and call the onSend callback when ready to submit.

Implementation

final WriteFeedbackPageBuilder builder;