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