ToastStyles

interface ToastStyles

definition of the theme's toasts

Properties

Link copied to clipboard
abstract val alignment: BoxParams.(String) -> Unit

Styling to align the messages according to their horizontal position. Possible values to react are left, center and right.

Link copied to clipboard
abstract val body: Style<BoxParams>
Link copied to clipboard
abstract val closeButton: ToastButton
Link copied to clipboard
abstract val list: Style<BoxParams>
Link copied to clipboard
abstract val placement: ToastPlacement
Link copied to clipboard
abstract val status: ToastStatus