Line constructor

Line({
  1. String? text,
  2. List<CornerPoint>? cornerList,
})

Implementation

Line({this.text, this.cornerList});