🎉 Initial Commit
This commit is contained in:
10
lib/providers/theme.dart
Normal file
10
lib/providers/theme.dart
Normal file
@ -0,0 +1,10 @@
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:surface/theme.dart';
|
||||
|
||||
class ThemeProvider extends ChangeNotifier {
|
||||
late ThemeSet theme;
|
||||
|
||||
ThemeProvider() {
|
||||
theme = createAppThemeSet();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user