animationPlayState property
String
get
animationPlayState
Implementation
_i2.String get animationPlayState => _i4.getProperty(
this,
'animationPlayState',
);
set
animationPlayState
(String value)
Implementation
set animationPlayState(_i2.String value) {
_i4.setProperty(
this,
'animationPlayState',
value,
);
}