Some relative stuff
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user