bundled property

EnumValue bundled

Used as a value for #startCondition. The AnimationManager will use the default animation to prepare a single Animation that begins when the current transaction has ended. This animation may be canceled if a new transaction is started.

Implementation

static _i3.EnumValue get bundled => _i4.getProperty(
      _declaredAnimationTrigger,
      'Bundled',
    );
void bundled=(EnumValue value)

Implementation

static set bundled(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredAnimationTrigger,
    'Bundled',
    value,
  );
}