toastx
Toggle table of contents
1.0.2
common
Target filter
common
Switch theme
Search in API
Skip to content
toastx
toastx
/
com.maulik.toastx.ui
/
ToastRenderer
Toast
Renderer
@
Composable
fun
ToastRenderer
(
config
:
ToastConfig
,
hostPosition
:
ToastPosition
=
ToastPosition.BottomCenter
,
modifier
:
Modifier
=
Modifier
,
swipeToDismiss
:
Boolean
=
true
,
maxWidth
:
Dp
=
440.dp
)