bind method

void bind(
  1. SelectionMenuState state
)

Implementation

void bind(SelectionMenuState state) {
  _state = state;
}