How to draw path of this shape.
path
@override void drawPath(Path path) { path.moveTo(start.dx, start.dy); path.lineTo(end.dx, end.dy); }