pauseAnimations property

void Function() get pauseAnimations

Implementation

void Function() get pauseAnimations => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'pauseAnimations',
      ),
      r'call',
      [this],
    );
set pauseAnimations (void value())

Implementation

set pauseAnimations(void Function() value) {
  _i4.setProperty(
    this,
    'pauseAnimations',
    _i4.allowInterop(value),
  );
}