Gradle SDK vers

This commit is contained in:
2024-05-11 16:11:19 +03:00
parent 0c11883b48
commit b4092837d2
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import 'package:gymlink_module_web/theme.dart';
class MyAppStateMobile extends State<MyApp> {
bool _isLoading = true;
ThemeData theme = myTheme;
bool black_theme = false;
bool black_theme = true;
@override
Widget build(BuildContext context) {