increase widget of unlock button

This commit is contained in:
Neeraj Gupta 2023-05-10 09:12:02 +05:30
parent 5cc8a85821
commit f24fa9e9b9
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -42,7 +42,7 @@ class _LockScreenState extends State<LockScreen> with WidgetsBindingObserver {
child: Image.asset('assets/loading_photos_background.png'),
),
SizedBox(
width: 142,
width: 180,
child: GradientButton(
text: S.of(context).unlock,
iconData: Icons.lock_open_outlined,