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