DrawOnWidget constructor
DrawOnWidget({})
Draw on widget will let you to draw on the given widget and get the coordinates for it.
Implementation
DrawOnWidget({
@required this.correctAnswerCoordinates,
@required this.widget,
@required this.getXaxis,
@required this.getYaxis,
this.showPointer = false,
@required this.onTap,
@required this.lineColor,
@required this.pointsColor,
});