opacity property

Animatable<double> opacity
final

The Animatable which is used to fade the transition in and out.

When this option is not provided or is null it defaults to kDefaultOpacityAnimatable. To use a fixed opacity pass something like ConstantTween(1.0).

Implementation

final Animatable<double> opacity;