offset property

Offset offset

Implementation

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