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