offset property
Offset
get
offset
Implementation
Offset get offset => _backAnimationController.isAnimating
? _backOffsetAnimation!.value
: _offset;
Offset get offset => _backAnimationController.isAnimating
? _backOffsetAnimation!.value
: _offset;