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