Skip to content

Commit

Permalink
Fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
imaNNeo committed Dec 25, 2023
1 parent bee1cf3 commit 6f9c859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/chart/base/axis_chart/axis_chart_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ class VerticalLine extends FlLine with EquatableMixin {
this.image,
this.sizedPicture,
this.strokeCap = StrokeCap.butt,
}) : label = label ?? VerticalLineLabel();
}) : label = label ?? VerticalLineLabel();

/// Draws from bottom to top of the chart using the [x] value.
final double x;
Expand Down

0 comments on commit 6f9c859

Please sign in to comment.