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