toggle menu
Gugal SERP provider API reference
main
switch theme
search in API
Gugal SERP provider API reference
/
com.porg.m3
/
TwoButtonsRaw
Two
Buttons
Raw
@
Composable
fun
TwoButtonsRaw
(
positiveAction
:
(
)
->
Unit
,
positiveText
:
String
,
negativeAction
:
(
)
->
Unit
?
,
negativeText
:
String
=
stringResource(R.string.btn_back)
,
showNegative
:
Boolean
=
true
,
disablePositive
:
Boolean
=
false
,
modifier
:
Modifier
=
Modifier
)