scale property
double
get
scale
Implementation
double get scale =>
_backAnimationController.isAnimating ? backScaleAnimation!.value : _scale;
double get scale =>
_backAnimationController.isAnimating ? backScaleAnimation!.value : _scale;