jumpGap property

EnumValue jumpGap

Used as a value for Link#curve, to indicate that orthogonal link segments will be discontinuous where they cross over other orthogonal link segments that have a Link#curve of JumpOver or JumpGap.

Implementation

static _i3.EnumValue get jumpGap => _i4.getProperty(
      _declaredLink,
      'JumpGap',
    );
void jumpGap=(EnumValue value)

Implementation

static set jumpGap(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredLink,
    'JumpGap',
    value,
  );
}