Skip to content

Commit

Permalink
Fix depraction issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Jul 6, 2024
1 parent da3d839 commit 51d939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/qrlogin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class QRLoinPageState extends BaseState<QRLoginPage> {
}
},
style: ButtonStyle(
elevation: MaterialStateProperty.all(3),
elevation: WidgetStateProperty.all(3),
),
child: Text(local!.loginLogin),
),
Expand Down

0 comments on commit 51d939c

Please sign in to comment.