bind method

void bind(
  1. _DropDownMenuState state
)

Implementation

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