We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3054cf commit a008e0aCopy full SHA for a008e0a
1 file changed
lib/src/features/location/presentation/radar_painter.dart
@@ -37,10 +37,10 @@ class RadarPainter extends CustomPainter {
37
startAngle: 0,
38
endAngle: pi * 2,
39
colors: [
40
- AppTheme.primaryGold.withValues(alpha: 0.2),
41
AppTheme.primaryGold.withValues(alpha: 0.0),
+ AppTheme.primaryGold.withValues(alpha: 0.2),
42
],
43
- stops: const [0.0, 0.2],
+ stops: const [0.75, 1.0],
44
transform: GradientRotation(sweepAngle),
45
).createShader(Rect.fromCircle(center: center, radius: radius));
46
0 commit comments