animationFillMode属性

String animationFillMode

获取"animation-fill-mode"的值

实现

String get animationFillMode => getPropertyValue('animation-fill-mode');
void animationFillMode=(String value)

设置"animation-fill-mode"的值

实现

set animationFillMode(String value) {
  setProperty('animation-fill-mode', value, '');
}