Components
Toast
Toast displays a message to the user.
Button( onClick = Toast.infoCallback("This is a toast message"))("Show Toast")Toast displays a message to the user.
Button( onClick = Toast.infoCallback("This is a toast message"))("Show Toast")Button(
onClick = Toast.infoCallback("This is a toast message")
)("Show Toast")