StateWidgetListener<S> typedef

StateWidgetListener<S> = void Function(BuildContext context, S state)

Listener function that is called when the state changes.

Implementation

typedef StateWidgetListener<S> = void Function(BuildContext context, S state);