afterChange property

(void Function(T)?) afterChange
getter/setter pair

This function will be called after the value of the variable has been changed.

Implementation

void Function(T)? afterChange;