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