ToastStyles

interface ToastStyles

definition of the theme's toasts

Properties

alignment
Link copied to clipboard
abstract val alignment: BoxParams.(String) -> Unit
Styling to align the messages according to their horizontal position.
body
Link copied to clipboard
abstract val body: Style<BoxParams>
closeButton
Link copied to clipboard
abstract val closeButton: ToastButton
list
Link copied to clipboard
abstract val list: Style<BoxParams>
placement
Link copied to clipboard
abstract val placement: ToastPlacement
status
Link copied to clipboard
abstract val status: ToastStatus