Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Osman authored and Osman committed Mar 6, 2024
1 parent d467820 commit 00e02cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/components/progress/progress_circle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ZetaProgressCircleState extends ZetaProgressState<ZetaProgressCircle> {
painter: CirclePainter(
progress: animation.value,
rounded: widget.rounded,
colors: Zeta.of(context).colors
colors: Zeta.of(context).colors,
),
);
},
Expand Down

0 comments on commit 00e02cc

Please sign in to comment.