| title | String | |
| formMessage | FormMessage | An instance of the FormMessage class which holds information about the form fields. The form inputs are dynamically built based on the form fields’ information in the message. |
| formBubbleStyle | FormBubbleStyle | An object of styles for customizing the UI of the form bubble. You can override styles for the wrapper, title, goal completion text, and form inputs, etc. If a style is not provided, the default style will be used. |
| onSubmitTap | Function(Map<String, dynamic>) | A parameter that defines if a custom callback is available or not. |
| theme | CometChatTheme | Passes theme to the form bubble. |
| loggedInUser | User | An instance of the logged-in user object. |
| QuickViewStyle | QuickViewStyle | An instance for setting goal completion styling properties. |