Re-center elements after commit 00e3ae0ac2
parent
00e3ae0ac2
commit
6b54da1069
|
@ -24,6 +24,7 @@ class MatchedScreen extends StatelessWidget {
|
|||
appBar: AppBar(title: const Text('It\'s a Match!')),
|
||||
body: Padding(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: Center(
|
||||
child: SingleChildScrollView(
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
@ -78,6 +79,7 @@ class MatchedScreen extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue