current property

Size current

Current value during the animation.

Defaults to Size.zero

Implementation

Size get current => _lastSize = _animation?.value ?? Size.zero;