S2ChoiceSelect<A, B> typedef
S2ChoiceSelect<A, B> =
void Function(A state, B choice)
Callback for event choice select
Implementation
typedef S2ChoiceSelect<A, B> = void Function(A state, B choice);
Callback for event choice select
typedef S2ChoiceSelect<A, B> = void Function(A state, B choice);