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