animationFillMode property
String
get
animationFillMode
Implementation
_i2.String get animationFillMode => _i4.getProperty(
this,
'animationFillMode',
);
set
animationFillMode
(String value)
Implementation
set animationFillMode(_i2.String value) {
_i4.setProperty(
this,
'animationFillMode',
value,
);
}