hasChanged property

bool get hasChanged

Checks if its actual value is different than previousValue

Implementation

bool get hasChanged => prevScaleState != scaleState;