S2ChoiceSelect<A, B> typedef

S2ChoiceSelect<A, B> = void Function(A state, B choice)

Callback for event choice select

Implementation

typedef void S2ChoiceSelect<A, B>(A state, B choice);