Stylish Result
A full status page — the web "Result" pattern from Ant Design.
Shows a large variant icon, a title, an optional description, and an optional action slot (e.g. a button row). Use it for success/error/empty outcomes of complete flows (form submission, payment, sign-in, etc.).
Parameters
The status heading.
Modifier applied to the root column.
The semantic variant controlling icon and colors.
Optional supporting text under the title.
Optional leading icon override. Defaults to the variant icon.
Typography of title. Defaults to MaterialTheme.typography.headlineSmall.
Typography of description. Defaults to MaterialTheme.typography.bodyMedium.
Foreground color of the text. Defaults to MaterialTheme.colorScheme.onSurfaceVariant.
Edge length of the leading icon. Defaults to 64 dp.
Optional trailing slot rendered below the description (e.g. confirm/cancel buttons).