themeStream property

Stream<NeomageTheme> get themeStream

Stream that emits whenever the theme changes.

Implementation

Stream<NeomageTheme> get themeStream => _controller.stream;