currentTheme

abstract val currentTheme: StateFlow<Theme>

A StateFlow that emits the current theme whenever it changes.

This property provides reactive updates to theme changes, allowing UI components to automatically respond to theme transitions. The flow emits the initial theme value immediately upon collection.