isBackLayerConcealed property

bool isBackLayerConcealed

Whether the back layer is concealed or not.

Implementation

bool get isBackLayerConcealed =>
    animationController.status == AnimationStatus.completed ||
    animationController.status == AnimationStatus.forward;