Compose Preview Lab
Toggle table of contents
0.1.0-dev09
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Preview Lab
ui
/
me.tbsten.compose.preview.lab.ui.components.toast
/
ToastAction
Toast
Action
data
class
ToastAction
(
val
label
:
String
,
val
onClick
:
(
)
->
Unit
)
Members
Constructors
Toast
Action
Link copied to clipboard
constructor
(
label
:
String
,
onClick
:
(
)
->
Unit
)
Properties
label
Link copied to clipboard
val
label
:
String
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit