Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
imaNNeo committed Jan 13, 2025
1 parent 3af5175 commit 327f325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/chart/scatter_chart/scatter_chart_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ class ScatterChartData extends AxisChartData with EquatableMixin {
Color? backgroundColor,
ScatterLabelSettings? scatterLabelSettings,
int? rotationQuarterTurns,
FlErrorIndicatorData<ScatterChartSpotErrorRangeCallbackInput>? errorIndicatorData,
FlErrorIndicatorData<ScatterChartSpotErrorRangeCallbackInput>?
errorIndicatorData,
}) =>
ScatterChartData(
scatterSpots: scatterSpots ?? this.scatterSpots,
Expand Down

0 comments on commit 327f325

Please sign in to comment.