String animationFillMode

Gets the value of "animation-fill-mode"

Source

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

Sets the value of "animation-fill-mode"

Source

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