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