Mobile adaptive updates
This commit is contained in:
@@ -20,4 +20,9 @@ class GymLinkProvider with ChangeNotifier {
|
||||
_theme = getThemeData(Color(color), _blackTheme);
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
void setTheme(ThemeData theme) {
|
||||
_theme = theme;
|
||||
notifyListeners();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user