S2ChoiceSelect<A, B> typedef
Null safety
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);