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