Skip to content

Commit

Permalink
Fix analyze issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
imaN Khoshabi committed Mar 22, 2021
1 parent 32f1080 commit 962b1e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/src/chart/radar_chart/radar_chart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ class RadarChart extends ImplicitlyAnimatedWidget {
Duration swapAnimationDuration = const Duration(milliseconds: 150),
Curve swapAnimationCurve = Curves.linear,
}) : super(
key: key,
duration: swapAnimationDuration,
curve: swapAnimationCurve,
);
key: key,
duration: swapAnimationDuration,
curve: swapAnimationCurve,
);

@override
_RadarChartState createState() => _RadarChartState();
Expand Down

0 comments on commit 962b1e5

Please sign in to comment.