updateListener property

(void Function(T? newValue)?) updateListener
getter/setter pair

Should be used by the state to listen for updates from the calling widget.

Implementation

void Function(T? newValue)? updateListener;