animation property

Animation<double>? animation
final

The animation used to animate the dialog's entrance and exit. Settings this to null will disable the animation.

It is the responsibility of the caller to manage & dispose the given animation.

Defaults to null.

Implementation

final Animation<double>? animation;