hasClient property

bool hasClient

Returns true if there is an AnimationController attached to the controller.

Implementation

bool get hasClient => _animController != null;