subGraphCollapsed property

DiagramEventHandler? get subGraphCollapsed

Implementation

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

Implementation

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