theme property

ValueNotifier<AppTheme> theme
final

Holds the current theme

Implementation

final ValueNotifier<AppTheme> theme = ValueNotifier(
  AppTheme(primary: Colors.black, secondary: Colors.black),
);