toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-weather
/
com.mapbox.dash.weather.presentation
/
WeatherSmallView
Weather
Small
View
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Composable
fun
WeatherSmallView
(
modifier
:
Modifier
=
Modifier
,
weatherViewModel
:
WeatherViewModel
=
koinViewModel()
,
formatter
:
DashWeatherFormatter
=
get()
)