fixed deprecated warnings

This commit is contained in:
Marton Kiss
2025-01-31 10:24:37 +01:00
parent 67649cc5fd
commit b5ee1afe05
102 changed files with 755 additions and 557 deletions

View File

@@ -19,7 +19,7 @@ class RoundBorderIcon extends StatelessWidget {
decoration: BoxDecoration(
border: Border.all(
color: color ??
Theme.of(context).colorScheme.secondary.withOpacity(0.25),
Theme.of(context).colorScheme.secondary.withValues(alpha: 0.25),
width: width),
borderRadius: BorderRadius.circular(50.0),
),