hasChanged property

bool hasChanged

Checks if its actual value is different than previousValue

Implementation

bool get hasChanged => prevScaleState != scaleState;