Update theme settings in app_settings_provider.dart

This commit is contained in:
Dr-Blank 2024-08-20 11:39:26 -04:00
parent 8d71020436
commit 74e0d77cf9
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
10 changed files with 239 additions and 65 deletions

View file

@ -6,7 +6,7 @@ part of 'app_settings_provider.dart';
// RiverpodGenerator
// **************************************************************************
String _$appSettingsHash() => r'99bd35aff3c02252a4013c674fd885e841a7f703';
String _$appSettingsHash() => r'ab8fa4602242704a71b34dc2bb5dcb0c91092797';
/// See also [AppSettings].
@ProviderFor(AppSettings)