HorizontalLineElement constructor
HorizontalLineElement({})
startPoint (Offset) REQUIRED relative (bool) REQUIRED : Is it a relative move ? targetX (double) REQUIRED
Implementation
HorizontalLineElement({
required this.startPoint,
required this.relative,
required this.targetX,
});