canIdleDown property

bool canIdleDown

Implementation

bool get canIdleDown =>
    _idleDownAnim != null || (_idleDownAnim != null && enabledFlipY == true);