effect property

AnimationEffect? effect

Implementation

_i3.AnimationEffect? get effect => _i4.getProperty(
      this,
      'effect',
    );
void effect=(AnimationEffect? value)

Implementation

set effect(_i3.AnimationEffect? value) {
  _i4.setProperty(
    this,
    'effect',
    value ?? _i6.undefined,
  );
}