show method

void show(
  1. int index
)

显示下拉筛选列表

Implementation

void show(int index) {
  isShow = true;
  menuIndex = index;
  notifyListeners();
}