Skip to content

Commit

Permalink
fix doc comment that was cut
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 7, 2023
1 parent 9d7eaa3 commit efc9b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/dashed_line_painter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DashedLinePainter extends CustomPainter {
required this.strokeWidth,
});

/// Path that
/// Path that will be drawn by this painter.
final Path path;

/// The color of the dashed line.
Expand Down

0 comments on commit efc9b9c

Please sign in to comment.