hasChanged property
bool
get
hasChanged
Checks if its actual value is different than previousValue
Implementation
bool get hasChanged => prevScaleState != scaleState;
Checks if its actual value is different than previousValue
bool get hasChanged => prevScaleState != scaleState;