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