toggle menu
ZappBase
androidJvm
switch theme
search in API
Compose
/
com.zappstudio.compose.list.view
/
InfoListScreen
Info
List
Screen
@
Composable
fun
InfoListScreen
(
modifier
:
Modifier
=
Modifier .fillMaxSize() .padding(start = 20.dp, end = 20.dp)
,
icon
:
Int
,
text
:
Int
,
enableRetry
:
Boolean
=
true
,
click
:
(
)
->
Unit
)