show method
Show the menu at the specified index.
Implementation
void show(int index) {
_index = index;
_isShow = true;
notifyListeners();
}
Show the menu at the specified index.
void show(int index) {
_index = index;
_isShow = true;
notifyListeners();
}