base creada

This commit is contained in:
Abraham
2026-01-10 21:12:17 -08:00
parent 8bfc7d60c3
commit 9adadbd354
62 changed files with 5392 additions and 22447 deletions

View File

@@ -167,6 +167,12 @@ class VisualStateProvider extends ChangeNotifier {
isTaped[index] = true;
}
void changeThemeMode(ThemeMode mode, BuildContext context) {
AppTheme.saveThemeMode(mode);
setDarkModeSetting(context, mode);
notifyListeners();
}
@override
void dispose() {
primaryColorLightController.dispose();