themeNotifier property

ValueNotifier<String> get themeNotifier

Get the theme notifier for reactive updates.

Implementation

ValueNotifier<String> get themeNotifier => _themeNotifier;