bind method

void bind(
  1. SelectionMenuFormState state
)

Implementation

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