chore: fix 273+ analysis issues and repair corrupted core files
This commit is contained in:
@@ -20,14 +20,14 @@ class PendingPaymentCard extends StatelessWidget {
|
||||
decoration: BoxDecoration(
|
||||
gradient: LinearGradient(
|
||||
colors: [
|
||||
UiColors.primary.withOpacity(0.08),
|
||||
UiColors.primary.withOpacity(0.04),
|
||||
UiColors.primary.withValues(alpha: 0.08),
|
||||
UiColors.primary.withValues(alpha: 0.04),
|
||||
],
|
||||
begin: Alignment.centerLeft,
|
||||
end: Alignment.centerRight,
|
||||
),
|
||||
borderRadius: BorderRadius.circular(UiConstants.radiusBase),
|
||||
border: Border.all(color: UiColors.primary.withOpacity(0.12)),
|
||||
border: Border.all(color: UiColors.primary.withValues(alpha: 0.12)),
|
||||
),
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
|
||||
Reference in New Issue
Block a user