toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-views-compose
/
com.mapbox.dash.compose
/
ViewBlock
View
Block
@
Composable
inline
fun
<
T
>
ViewBlock
(
argument
:
T
,
viewBlockFactory
:
(
T
)
->
ViewBlock
,
defaultBlock
:
@
Composable
T
.
(
)
->
Unit
=
{}
)