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
/
StandardPicker
Standard
Picker
@
Composable
fun
<
T
>
StandardPicker
(
hint
:
String
,
options
:
List
<
T
>
,
searchFilter
:
(
option
:
T
,
search
:
String
)
->
Boolean
?
=
null
,
content
:
@
Composable
(
option
:
T
,
modifier
:
Modifier
)
->
Unit
)