animationStarting property

DiagramEventHandler? get animationStarting

Implementation

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

Implementation

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