theme property
Holds the current theme
Implementation
final ValueNotifier<AppTheme> theme = ValueNotifier(
AppTheme(primary: Colors.black, secondary: Colors.black),
);
Holds the current theme
final ValueNotifier<AppTheme> theme = ValueNotifier(
AppTheme(primary: Colors.black, secondary: Colors.black),
);