String animation

Gets the value of "animation"

Source

String get animation => getPropertyValue('animation');
void animation=(String value)

Sets the value of "animation"

Source

set animation(String value) {
  setProperty('animation', value, '');
}