We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b5174c + 83f8305 commit ac5e372Copy full SHA for ac5e372
lib/graphite_edges_painter.dart
@@ -7,7 +7,7 @@ import 'package:graphite/graphite_typings.dart';
7
import 'package:touchable/touchable.dart';
8
9
EdgeStyle _defaultStyleBuilder(Edge edge) {
10
- return EdgeStyle();
+ return EdgeStyle(arrowType: edge.arrowType);
11
}
12
13
class LinesPainter extends CustomPainter {
0 commit comments