summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-06 19:21:24 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-06 19:21:24 +0300
commitab786765c3717e651476fff95d7c39de8f2e0ba6 (patch)
tree29215467ac24ca85bce55506988739e3e625fcbe /lib
parent1027e9ae5422fd86ec992381ef963ae664eb8e02 (diff)
Centered Bar
Changes to be committed: modified: lib/main.dart modified: pubspec.lock
Diffstat (limited to 'lib')
-rw-r--r--lib/main.dart1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/main.dart b/lib/main.dart
index a9d9b35..7a573e2 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -120,6 +120,7 @@ class _MainScreenState extends State<MainScreen> with WidgetsBindingObserver {
appBar: AppBar(
backgroundColor: Theme.of(context).colorScheme.inversePrimary,
title: const Text('MegaView Text Recognition'),
+ centerTitle: true,
),
backgroundColor: _isPermissionGranted ? Colors.transparent : null,
body: _isPermissionGranted