AnswerRegion constructor

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

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

Implementation

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