fix: withOpacity au lieu de withValues (API Flutter 3.24)
Build APK / build (push) Failing after 2m29s
Build APK / build (push) Failing after 2m29s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
7cde9b9d19
commit
fac757d9a0
@@ -42,7 +42,7 @@ class _LoginScreenState extends State<LoginScreen> {
|
||||
gradient: LinearGradient(
|
||||
begin: Alignment.topLeft,
|
||||
end: Alignment.bottomRight,
|
||||
colors: [scheme.primary.withValues(alpha: 0.25), scheme.surface],
|
||||
colors: [scheme.primary.withOpacity(0.25), scheme.surface],
|
||||
),
|
||||
),
|
||||
child: SafeArea(
|
||||
|
||||
Reference in New Issue
Block a user