diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-30 15:41:17 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-30 15:41:17 +0300 |
commit | b347c82c70bd02dbf4a204119a1bddb8253817db (patch) | |
tree | 3c06a8bd4a8932f12e13a55ece631c8fa7a57acd /lib/result_screen.dart | |
parent | f1ff95e5c77d32b123bc2cd7e45eb5a686f99f29 (diff) |
Updated Views
Changes to be committed:
modified: lib/main.dart
modified: lib/result_screen.dart
Diffstat (limited to 'lib/result_screen.dart')
-rw-r--r-- | lib/result_screen.dart | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/result_screen.dart b/lib/result_screen.dart index d5a64ea..261d23f 100644 --- a/lib/result_screen.dart +++ b/lib/result_screen.dart @@ -8,7 +8,6 @@ class ResultScreen extends StatelessWidget { @override Widget build(BuildContext context) => Scaffold( appBar: AppBar( - //backgroundColor: Theme.of(context).colorScheme.inversePrimary, title: const Text('Result'), ), body: Container( |