fadeTween property
The tween used to animate the dialog's fade in and out. Defaults to [0, 1]
.
This requires FDialog.animation to be non-null.
Implementation
@override
final Tween<double> fadeTween;
The tween used to animate the dialog's fade in and out. Defaults to [0, 1]
.
This requires FDialog.animation to be non-null.
@override
final Tween<double> fadeTween;