Searched refs:themeFlow (Results 1 – 1 of 1) sorted by relevance
105 private val themeFlow: Flow<HoverTheme>, constant131 lifecycleScope.launch { themeFlow.collect { lastTheme = it } } in <lambda>()