MoveUpAction constructor
MoveUpAction(
- ValueNotifier<
int> selectedOption, - ValueNotifier<
List< dropdownMenuItemsString> >
Implementation
MoveUpAction(this.selectedOption, this.dropdownMenuItems);