comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
ui
/
com.sorrowblue.comicviewer.framework.ui.material3
/
AlertDialog
Alert
Dialog
@
Composable
fun
AlertDialog
(
onDismissRequest
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
title
:
@
Composable
(
)
->
Unit
?
=
null
,
content
:
@
Composable
(
PaddingValues
)
->
Unit
)