LineSection constructor

LineSection({
  1. List<Offset>? topPoints,
  2. List<Offset>? bottomPoints,
})

Implementation

LineSection({this.topPoints, this.bottomPoints});