entranceDismissFadeTween property
The toast's initial entrance's opacity and dismiss's fade tween. Defaults to [0, 1]
.
Set to [1, 1]
to disable the fade-in/out effect.
Implementation
@override
final Animatable<double> entranceDismissFadeTween;
The toast's initial entrance's opacity and dismiss's fade tween. Defaults to [0, 1]
.
Set to [1, 1]
to disable the fade-in/out effect.
@override
final Animatable<double> entranceDismissFadeTween;