fix: qr code page scroll

This commit is contained in:
Prateek Sunal 2024-02-14 14:58:52 +05:30
parent a07e1a39e6
commit 0cb02533c7

View file

@ -21,8 +21,8 @@ class ViewQrPage extends StatelessWidget {
appBar: AppBar(
title: Text(l10n.qrCode),
),
body: SafeArea(
child: Center(
body: Center(
child: SingleChildScrollView(
child: Padding(
padding: const EdgeInsets.symmetric(vertical: 40.0, horizontal: 40),
child: Column(