menu
coastline package
documentation
draw/line.dart
Line
Line.new constructor
Line.new constructor
dark_mode
light_mode
Line
constructor
Line
(
{
required
List
<
Offset
>
points
,
double
smoothLevel
=
1
,
})
Implementation
Line({required this.points, this.smoothLevel = 1});
coastline package
documentation
draw/line
Line
Line.new constructor
Line class