show method
Use to display GZXDropdownMenu specified dropdown menu index.
Implementation
void show(int index) {
isShow = true;
menuIndex = index;
notifyListeners();
}
Use to display GZXDropdownMenu specified dropdown menu index.
void show(int index) {
isShow = true;
menuIndex = index;
notifyListeners();
}