diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-06 19:21:24 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-06 19:21:24 +0300 |
commit | ab786765c3717e651476fff95d7c39de8f2e0ba6 (patch) | |
tree | 29215467ac24ca85bce55506988739e3e625fcbe /lib/main.dart | |
parent | 1027e9ae5422fd86ec992381ef963ae664eb8e02 (diff) |
Centered Bar
Changes to be committed:
modified: lib/main.dart
modified: pubspec.lock
Diffstat (limited to 'lib/main.dart')
-rw-r--r-- | lib/main.dart | 1 |
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 |