SnackbarVisuals

data class SnackbarVisuals(val message: String, val actionLabel: String?, val withDismissAction: Boolean, val duration: SnackbarDuration)

Visuals for a Snackbar.

Parameters

message

text to be shown in the Snackbar

actionLabel

optional action label to be shown in the Snackbar

withDismissAction

whether to show a dismiss action in the Snackbar

duration

duration of the Snackbar

Constructors

Link copied to clipboard
constructor(message: String, actionLabel: String?, withDismissAction: Boolean, duration: SnackbarDuration)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard