isBackLayerRevealed property

bool isBackLayerRevealed

Whether the back layer is revealed or not.

Implementation

bool get isBackLayerRevealed =>
    animationController.status == AnimationStatus.dismissed ||
    animationController.status == AnimationStatus.reverse;