listener property
Takes the BuildContext
along with the previous
and current
values
and is responsible for executing in response to value
changes.
Implementation
final ValueStreamWidgetListener<M, T> listener;
Takes the BuildContext
along with the previous
and current
values
and is responsible for executing in response to value
changes.
final ValueStreamWidgetListener<M, T> listener;