Gets the value of "animation"
Source
String get animation => getPropertyValue('animation');
Sets the value of "animation"
Source
set animation(String value) {
setProperty('animation', value, '');
}
Gets the value of "animation"
String get animation => getPropertyValue('animation');
Sets the value of "animation"
set animation(String value) {
setProperty('animation', value, '');
}