isEntrance property
bool
get
isEntrance
✅ ADDED: Check if this is an entrance animation
Implementation
bool get isEntrance => this == fadeIn || this == slideIn || this == scale;
✅ ADDED: Check if this is an entrance animation
bool get isEntrance => this == fadeIn || this == slideIn || this == scale;