Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.presentation.screens.requests
/
EmptyScreen
/
Screen
Screen
common
@
Composable
fun
Screen
(
modifier
:
Modifier
=
Modifier
,
image
:
Painter
,
title
:
@
Composable
(
)
->
Unit
,
description
:
@
Composable
(
)
->
Unit
,
actionText
:
String
?
=
null
,
onActionClick
:
(
)
->
Unit
?
=
null
)
@
Composable
fun
Screen
(
image
:
Painter
,
title
:
String
=
stringResource(Res.string.nothing_found)
,
description
:
String
)