Some relative stuff

This commit is contained in:
2024-05-11 23:27:01 +03:00
parent 57ff8a59e8
commit 75bfc7ea6b
10 changed files with 200 additions and 19 deletions

View File

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