AnswerRegion constructor

AnswerRegion(
  1. List<List<Offset>> correctAnswerCoordinates,
  2. Color color
)

Class to define the Draw lines on the given widget with given coordinates.

Implementation

AnswerRegion(
  this.correctAnswerCoordinates,
  this.color,
);