isVisible property

bool get isVisible

✅ ADDED: Check if component is visible

Implementation

bool get isVisible => this == entering || this == active;