increase widget of unlock button
This commit is contained in:
parent
5cc8a85821
commit
f24fa9e9b9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue