animationsPaused property
bool Function()
get
animationsPaused
Implementation
_i2.bool Function() get animationsPaused => () => _i4.callMethod(
_i4.getProperty(
this,
'animationsPaused',
),
r'call',
[this],
);
set
animationsPaused
(bool value())
Implementation
set animationsPaused(_i2.bool Function() value) {
_i4.setProperty(
this,
'animationsPaused',
_i4.allowInterop(value),
);
}