isVisible property
bool
get
isVisible
✅ ADDED: Check if component is visible
Implementation
bool get isVisible => this == entering || this == active;
✅ ADDED: Check if component is visible
bool get isVisible => this == entering || this == active;