trigger property

Object? trigger
final

The value used to trigger the animation. As long as the value of trigger is the same, the animation will not be triggered again.

Implementation

final Object? trigger;