AndroWatchNavGraph

fun AndroWatchNavGraph(viewModel: CategoryViewModel = viewModel())

Root navigation scaffold hosting onboarding, home, category-detail and about screens.

Wires the CategoryViewModel state into an adaptive NavigationSuiteScaffold (bottom bar on compact widths, rail on ≥600dp), provides the top app bar with refresh/export actions and manages the summary bottom sheet.

Parameters

viewModel

Shared category view model driving collection/state.