selectionSnackbar
inline fun AiutaTheme.Builder.selectionSnackbar(block: AiutaSelectionSnackbarTheme.Builder.() -> Unit): AiutaTheme.Builder
Extension function for configuring selection snackbar theme within an AiutaTheme.Builder.
This extension provides a convenient DSL for configuring the selection snackbar theme as part of the main theme setup.
theme {
selectionSnackbar {
strings = AiutaSelectionSnackbarThemeStrings.Default()
icons = AiutaSelectionSnackbarThemeIcons.Default()
colors = AiutaSelectionSnackbarThemeColors.Default()
}
// Configure other theme components...
}
Content copied to clipboard
Return
The theme builder for method chaining
Parameters
block
Configuration block for setting up the selection snackbar theme