Style

data class Style(@ColorRes val backgroundTintColor: Int, @ColorRes val textColor: Int, @ColorRes val actionTextColor: Int, @ColorRes val iconTintColor: Int)

Style of the Snackbar.

Constructors

Link copied to clipboard
constructor(@ColorRes backgroundTintColor: Int, @ColorRes textColor: Int, @ColorRes actionTextColor: Int, @ColorRes iconTintColor: Int)

Properties

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