isExit property

bool get isExit

✅ ADDED: Check if this is an exit animation

Implementation

bool get isExit => this == fadeOut || this == slideOut;