menu
flutter_image_editor_plugin package
documentation
draw_line.dart
DrawLine
DrawLine.new constructor
DrawLine.new constructor
dark_mode
light_mode
DrawLine
constructor
DrawLine
(
{
Path
?
path
,
List
<
Offset
>
?
drawPoint
,
Paint
?
paint
,
})
Implementation
DrawLine({this.path, this.drawPoint, this.paint});
flutter_image_editor_plugin package
documentation
draw_line
DrawLine
DrawLine.new constructor
DrawLine class