You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey can you tell me how to use undoMove functionality propperly or provide a code snippet .I have tried the following but it's not working
IconButton(
icon: Icon(Icons.undo_outlined),
onPressed: () {
controller.undoMove();
},
),
The text was updated successfully, but these errors were encountered:
Hey can you tell me how to use undoMove functionality propperly or provide a code snippet .I have tried the following but it's not working
IconButton(
icon: Icon(Icons.undo_outlined),
onPressed: () {
controller.undoMove();
},
),
The text was updated successfully, but these errors were encountered: