Selection Snackbar Scheme¶
Multi-selection interface for list views, including selection controls and action buttons.
Selection Snackbar¶
SelectionSnackbarTheme {
strings {
select: String // (1)!
cancel: String // (2)!
selectAll: String // (3)!
unselectAll: String // (4)!
}
icons {
trash24: Icon // (5)!
check20: Icon // (6)!
}
colors {
selectionBackground: Color // (7)!
}
}
- Defines the text label for the select action button in the selection interface.
- Specifies the text label for the cancel action button to dismiss the selection mode.
- Sets the text label for the select all action to choose all available items.
- Configures the text label for the unselect all action to deselect all chosen items.
- Specifies the icon used for the delete action in the selection interface.
- Sets the icon displayed to indicate selected items in the interface.
- Controls the background color of the selection snackbar component.