isFlippedVertically property

bool get isFlippedVertically
inherited

Whether it is currently flipped vertically.

Implementation

bool get isFlippedVertically => transform.scale.y.isNegative;