jumpOver property
EnumValue
get
jumpOver
Used as a value for Link#curve, to indicate that orthogonal link segments will veer around where they cross over other orthogonal link segments that have a Link#curve of JumpOver or JumpGap.
Implementation
static _i3.EnumValue get jumpOver => _i4.getProperty(
_declaredLink,
'JumpOver',
);
set
jumpOver
(EnumValue value)
Implementation
static set jumpOver(_i3.EnumValue value) {
_i4.setProperty(
_declaredLink,
'JumpOver',
value,
);
}