effect property
AnimationEffect?
get
effect
Implementation
_i3.AnimationEffect? get effect => _i4.getProperty(
this,
'effect',
);
set
effect
(AnimationEffect? value)
Implementation
set effect(_i3.AnimationEffect? value) {
_i4.setProperty(
this,
'effect',
value ?? _i6.undefined,
);
}