UnitedStateListener<T> typedef

UnitedStateListener<T> = void Function(BuildContext context, State<T> state)

Implementation

typedef UnitedStateListener<T> = void Function(
    BuildContext context, State<T> state);