Graphs_dart/tex/dart/painter/constr.dart

9 lines
198 B
Dart
Raw Permalink Normal View History

2021-11-24 20:35:55 +03:00
CurvePainter({
Key? key,
required this.graphData,
required this.intListPath,
required this.dfsAccessTable,
required this.start,
required this.end,
required this.op,
});