animation property
Gets the value of "animation"
Implementation
String get animation => getPropertyValue('animation');
Sets the value of "animation"
Implementation
set animation(String value) {
setProperty('animation', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "animation"
String get animation => getPropertyValue('animation');
Sets the value of "animation"
set animation(String value) {
setProperty('animation', value, '');
}