LidWidgetListener<T> typedef

LidWidgetListener<T> = void Function(BuildContext context, T value)

Signature for the listener function which takes the BuildContext along with the state value and is responsible for executing in response to state changes.

Implementation

typedef LidWidgetListener<T> = void Function(BuildContext context, T value);