Line constructor

Line({
  1. required Offset panStartOffset,
  2. required Offset panEndOffset,
  3. required bool ansSelection,
  4. required Color colorOfPoint,
})

Implementation

Line(
    {required this.panStartOffset,
    required this.panEndOffset,
    required this.ansSelection,
    required this.colorOfPoint});