Source set: Common
public interface SnackbarVisuals
Interface to represent the visuals of one particular Snackbar as a piece of the SnackbarData.
Properties
message
Source set: Common
public val message: String
actionLabel
Source set: Common
public val actionLabel: String?
withDismissAction
Source set: Common
public val withDismissAction: Boolean
duration
Source set: Common
public val duration: SnackbarDuration