diff options
Diffstat (limited to 'lib/presentation/screens')
-rw-r--r-- | lib/presentation/screens/dashboard/widgets/circle_indicator.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/presentation/screens/dashboard/widgets/circle_indicator.dart b/lib/presentation/screens/dashboard/widgets/circle_indicator.dart index e4be5e7..97c32f2 100644 --- a/lib/presentation/screens/dashboard/widgets/circle_indicator.dart +++ b/lib/presentation/screens/dashboard/widgets/circle_indicator.dart @@ -91,7 +91,7 @@ class RPMProgressIndicatorState extends ConsumerState<RPMProgressIndicator> width: 220, child: CustomPaint( foregroundPainter: CirclePainter( - value: rpm, + value: rpm.toDouble(), maxValue: maxRpm.toDouble(), isRPM: true, ), |