Line constructor

Line({
  1. required List<Offset> points,
  2. double smoothLevel = 1,
})

Implementation

Line({required this.points, this.smoothLevel = 1});