opacityAnimation property

Animation<double> opacityAnimation
getter/setter pair

The animation that controls the opacity (fade effect) of the widget.

Implementation

late Animation<double> opacityAnimation;