We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 921772a + 47fa171 commit f88abd2Copy full SHA for f88abd2
lib/features/order/widgets/premium_section.dart
@@ -35,15 +35,15 @@ class PremiumSection extends StatelessWidget {
35
activeTrackColor: AppTheme.purpleAccent,
36
inactiveTrackColor: AppTheme.backgroundInactive,
37
thumbColor: AppTheme.textPrimary,
38
- overlayColor: AppTheme.purpleAccent.withOpacity(0.2),
+ overlayColor: AppTheme.purpleAccent.withValues(alpha: 0.2),
39
trackHeight: 4,
40
),
41
child: Slider(
42
key: const Key('premiumSlider'),
43
value: value,
44
min: -10,
45
max: 10,
46
- divisions: 200,
+ divisions: 20,
47
onChanged: onChanged,
48
49
0 commit comments