animationPlayState 属性
获取 "animation-play-state" 的值
实现
String get animationPlayState => getPropertyValue('animation-play-state');
设置 "animation-play-state" 的值
实现
set animationPlayState(String value) {
setProperty('animation-play-state', value, '');
}