onDrawLine property

Paint? Function(T lineFrom, T lineTwo)? onDrawLine
final

isDebug decide the paint needed to draw the line

Implementation

final Paint? Function(T lineFrom, T lineTwo)? onDrawLine;