show method

void show(
  1. int index
)

Implementation

void show(int index) {
  event = DropdownEvent.ACTIVE;
  menuIndex = index;
  notifyListeners();
}