From 00e02cc47306e3c24cf097e2cd68d2cd7611a073 Mon Sep 17 00:00:00 2001 From: Osman Date: Wed, 6 Mar 2024 14:22:13 +0000 Subject: [PATCH] lint --- lib/src/components/progress/progress_circle.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/components/progress/progress_circle.dart b/lib/src/components/progress/progress_circle.dart index 9934a477..0156ffcc 100644 --- a/lib/src/components/progress/progress_circle.dart +++ b/lib/src/components/progress/progress_circle.dart @@ -66,7 +66,7 @@ class ZetaProgressCircleState extends ZetaProgressState { painter: CirclePainter( progress: animation.value, rounded: widget.rounded, - colors: Zeta.of(context).colors + colors: Zeta.of(context).colors, ), ); },