center lock screen PIN page

This commit is contained in:
ryleedavis 2023-05-04 16:36:48 -06:00
parent 8d7db30328
commit 7c8b31dc4c

View file

@ -204,7 +204,9 @@ class _LockscreenViewState extends ConsumerState<LockscreenView> {
late Biometrics biometrics;
Widget get _body => Background(
child: SafeArea(
child: Scaffold(
extendBodyBehindAppBar: true,
backgroundColor:
Theme.of(context).extension<StackColors>()!.background,
appBar: AppBar(
@ -251,8 +253,7 @@ class _LockscreenViewState extends ConsumerState<LockscreenView> {
),
],
),
body: SafeArea(
child: Column(
body: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Shake(