menu
formio package
documentation
formio.dart
DrawingPoint
DrawingPoint.new constructor
DrawingPoint.new constructor
dark_mode
light_mode
DrawingPoint
constructor
DrawingPoint
(
{
Offset
?
offset
,
Color
color
=
Colors.black
,
double
strokeWidth
=
3.0
,
})
Implementation
DrawingPoint({ this.offset, this.color = Colors.black, this.strokeWidth = 3.0, });
formio package
documentation
formio
DrawingPoint
DrawingPoint.new constructor
DrawingPoint class