hasScale property
bool
get
hasScale
Whether this behavior includes the spring-scale (squish) effect.
Implementation
bool get hasScale => this == scaleOnly || this == full;
Whether this behavior includes the spring-scale (squish) effect.
bool get hasScale => this == scaleOnly || this == full;