AnimationTrigger constructor

AnimationTrigger(
  1. String propertyName, [
  2. IInline0? animationSettings,
  3. EnumValue? startCondition
])

Implementation

factory AnimationTrigger(
  _i2.String propertyName, [
  _i3.IInline0? animationSettings,
  _i3.EnumValue? startCondition,
]) =>
    _i4.callConstructor(
      _declaredAnimationTrigger,
      [
        propertyName,
        animationSettings ?? _i5.undefined,
        startCondition ?? _i5.undefined,
      ],
    );