select abstract method

void select(
  1. S2Choice<T> choice, {
  2. bool selected = true,
})

Select or unselect a choice

Implementation

void select(S2Choice<T> choice, {bool selected = true});