canRunDown property

bool canRunDown

Implementation

bool get canRunDown =>
    _runDownAnim != null || (_runUpAnim != null && enabledFlipY == true);