isExit property
bool
get
isExit
✅ ADDED: Check if this is an exit animation
Implementation
bool get isExit => this == fadeOut || this == slideOut;
✅ ADDED: Check if this is an exit animation
bool get isExit => this == fadeOut || this == slideOut;