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