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
/
StandardIcon
Standard
Icon
@
Composable
fun
StandardIcon
(
@
DrawableRes
drawableRes
:
Int
,
size
:
Dp
,
padding
:
Dp
,
modifier
:
Modifier
=
Modifier
,
tint
:
Color
=
MaterialTheme.colorScheme.primary
,
contentDescription
:
String
?
=
null
)