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