Fix error

This commit is contained in:
Van Leemput Dayron
2025-10-01 00:50:43 +02:00
parent 9fb81f793b
commit 521db729d1

View File

@@ -262,7 +262,7 @@ class _LoginPageState extends State<LoginPage> {
shape: BoxShape.circle, shape: BoxShape.circle,
boxShadow: [ boxShadow: [
BoxShadow( BoxShadow(
color: Colors.grey.withOpacity(0.3), color: Colors.grey.withValues(alpha: 0.3),
spreadRadius: 1, spreadRadius: 1,
blurRadius: 3, blurRadius: 3,
offset: Offset(0, 1), offset: Offset(0, 1),
@@ -307,7 +307,7 @@ class _LoginPageState extends State<LoginPage> {
shape: BoxShape.circle, shape: BoxShape.circle,
boxShadow: [ boxShadow: [
BoxShadow( BoxShadow(
color: Colors.grey.withOpacity(0.3), color: Colors.grey.withValues(alpha: 0.3),
spreadRadius: 1, spreadRadius: 1,
blurRadius: 3, blurRadius: 3,
offset: Offset(0, 1), offset: Offset(0, 1),