comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
authentication
/
com.sorrowblue.comicviewer.feature.authentication
/
AuthenticationScreenRoot
Authentication
Screen
Root
@
Composable
fun
AuthenticationScreenRoot
(
screenType
:
ScreenType
,
onBackClick
:
(
)
->
Unit
,
onComplete
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)