animationDuration property Null safety

String animationDuration

Gets the value of "animation-duration"

Implementation

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

Sets the value of "animation-duration"

Implementation

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