updateListener property
getter/setter pair
Should be used by the state to listen for updates from the calling widget.
Implementation
void Function(T? newValue)? updateListener;
Should be used by the state to listen for updates from the calling widget.
void Function(T? newValue)? updateListener;