scaleTween property

  1. @override
Tween<double> scaleTween
final

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;