fixed deprecated warnings
This commit is contained in:
@@ -24,7 +24,8 @@ class OutlinedRoundButton extends StatelessWidget {
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).colorScheme.surface,
|
||||
border: Border.all(
|
||||
color: Theme.of(context).colorScheme.secondary.withOpacity(0.1),
|
||||
color:
|
||||
Theme.of(context).colorScheme.secondary.withValues(alpha: 0.1),
|
||||
width: 1.1,
|
||||
),
|
||||
borderRadius: BorderRadius.circular(8.0),
|
||||
|
||||
Reference in New Issue
Block a user