airwallex-android
Toggle table of contents
6.3.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
ui-core
/
com.airwallex.android.ui.composables
/
StandardOutlinedButton
Standard
Outlined
Button
@
Composable
fun
StandardOutlinedButton
(
modifier
:
Modifier
=
Modifier
,
onClick
:
(
)
->
Unit
,
text
:
String
,
buttonHeight
:
Dp
=
52.dp
,
buttonWidth
:
Modifier
.
(
)
->
Modifier
=
{ this.fillMaxWidth() }
,
textColor
:
Color
=
MaterialTheme.colorScheme.primary
,
borderColor
:
Color
=
AirwallexColor.Gray30
)