hasScale property

bool get hasScale

Whether this behavior includes the spring-scale (squish) effect.

Implementation

bool get hasScale => this == scaleOnly || this == full;