linkReshaped property

DiagramEventHandler? get linkReshaped

Implementation

_i3.DiagramEventHandler? get linkReshaped =>
    (_i3.DiagramEvent p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'LinkReshaped',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set linkReshaped (DiagramEventHandler? value)

Implementation

set linkReshaped(_i3.DiagramEventHandler? value) {
  _i4.setProperty(
    this,
    'LinkReshaped',
    value == null ? _i5.undefined : _i4.allowInterop(value),
  );
}