Expand description
Default SnackbarStyle impl driven by paint-recipe data.
RecipeSnackbarStyle ships the IntUI snackbar chrome: the
high-contrast (dark) tooltip_bg surface with a tooltip_border
stroke and rounded corners, content inset by the snackbar padding.
Apps that want a different notification look (light surface,
status-tinted background, branded chrome) write their own
impl SnackbarStyle block and install it per-call
(Snackbar::style(...)) or theme-wide (theme.style_slots.snackbar).
Structs§
- Recipe
Snackbar Style - Default
SnackbarStyleshipped with Teksilo. Chrome fromtheme.colors.tooltip_bg+tooltip_border. - Snackbar
Recipe - Configurable dimensions for
RecipeSnackbarStyle.