darkTheme property

ValueNotifier<ThemeData> get darkTheme

ValueNotifier for the dark theme that can be observed for changes.

Implementation

ValueNotifier<ThemeData> get darkTheme => I._darkTheme;