SnackbarColors

constructor(containerColor: Color, contentColor: Color, actionContentColor: Color, dismissActionContentColor: Color, actionContainerColor: Color)

Parameters

containerColor

container color of the Snackbar

contentColor

content color of the Snackbar

actionContentColor

content color of the action label pill of the Snackbar

dismissActionContentColor

content color of the dismiss action of the Snackbar

actionContainerColor

container color of the action label pill of the Snackbar; pair it with actionContentColor so the label keeps enough contrast against the pill