toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-views-compose
/
com.mapbox.dash.compose
/
getOrNull
get
Or
Null
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Composable
inline
fun
<
T
>
getOrNull
(
qualifier
:
Qualifier
?
=
null
,
scope
:
Scope
=
requireNotNull(LocalViewTreeScopeOwner.current)
,
noinline
parameters
:
ParametersDefinition
?
=
null
)
:
T
?