isFlippedVertically property

bool isFlippedVertically
inherited

Whether it is currently flipped vertically.

Implementation

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