isZeroTranslation property

bool get isZeroTranslation

Implementation

bool get isZeroTranslation => translateX == 0 && translateY == 0;