themeStream property
Stream<NeomageTheme>
get
themeStream
Stream that emits whenever the theme changes.
Implementation
Stream<NeomageTheme> get themeStream => _controller.stream;
Stream that emits whenever the theme changes.
Stream<NeomageTheme> get themeStream => _controller.stream;