Theme configuration
This commit is contained in:
26
lib/screens/settings/provider/customization.provider.g.dart
Normal file
26
lib/screens/settings/provider/customization.provider.g.dart
Normal file
@@ -0,0 +1,26 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'customization.provider.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// RiverpodGenerator
|
||||
// **************************************************************************
|
||||
|
||||
String _$customizationHash() => r'c4cf4b566abbe697ec14c5024e1576f230d3e9fb';
|
||||
|
||||
/// See also [Customization].
|
||||
@ProviderFor(Customization)
|
||||
final customizationProvider =
|
||||
AutoDisposeNotifierProvider<Customization, CustomizationModel>.internal(
|
||||
Customization.new,
|
||||
name: r'customizationProvider',
|
||||
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||||
? null
|
||||
: _$customizationHash,
|
||||
dependencies: null,
|
||||
allTransitiveDependencies: null,
|
||||
);
|
||||
|
||||
typedef _$Customization = AutoDisposeNotifier<CustomizationModel>;
|
||||
// ignore_for_file: type=lint
|
||||
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|
||||
Reference in New Issue
Block a user