isAttached property

bool isAttached

Determine if the state with AnimationControllerMixin is attached to an instance

Implementation

bool get isAttached => _stateMixin != null;