PICO Spatial SDK
Toggle table of contents
0.10.7
◐
Skip to content
PICO Spatial SDK
ui:design
/
com.pico.spatial.ui.design
/
SearchFieldDefaults
/
searchFieldVibrants
search
Field
Vibrants
@
Composable
fun
searchFieldVibrants
(
)
:
TextFieldVibrants
Return
The default
SearchField
vibrants for PICO design system.
@
Composable
fun
searchFieldVibrants
(
textVibrant
:
Vibrant
=
Vibrant.Unspecified
,
backgroundVibrant
:
Vibrant
=
Vibrant.Unspecified
,
focusedVibrant
:
Vibrant
=
Vibrant.Unspecified
,
placeholderVibrant
:
Vibrant
=
Vibrant.Unspecified
)
:
TextFieldVibrants
The custom vibrants for
SearchField
.