scaleAnimation property

Animation<double>? scaleAnimation
final

For GFAnimationType.scaleTransition, customized scale animation can be added to ScaleTransition widget

Implementation

final Animation<double>? scaleAnimation;