onSelect method

  1. @override
void onSelect(
  1. S2Choice<T> choice
)
override

Called when selection has made

Implementation

@override
void onSelect(S2Choice<T> choice) {
  widget.multiOnSelect?.call(this, choice);
}