App Feedback
A generic feedback component used as a base for error states, empty states, and success messages. This version accepts StringResource for title and description.
Parameters
The main title of the feedback.
A detailed description of the state.
The illustrative image for the feedback.
The Modifier to be applied to the root layout.
If true, displays the feedback within a Scaffold and TopBar. Defaults to false.
Text for the primary action button.
Callback for the primary action button.
Text for the secondary action button.
Callback for the secondary action button.
Callback for the close icon in the toolbar (only used if fullScreen is true).
A generic feedback component used as a base for error states, empty states, and success messages. This version accepts raw String for title and description.
Parameters
The main title of the feedback.
A detailed description of the state.
The illustrative image for the feedback.
The Modifier to be applied to the root layout.
If true, displays the feedback within a Scaffold and TopBar. Defaults to false.
Text for the primary action button.
Callback for the primary action button.
Text for the secondary action button.
Callback for the secondary action button.
Callback for the close icon in the toolbar (only used if fullScreen is true).