Open Burhan7777 opened 3 weeks ago
Is it possible to have functionality of undoing and redoing as we don't get this functionality in TextFields.
You can create stack. undo feature often uses a stack to keep track of actions, where the last action can be undone first (following the LIFO principle)
thank you I will try it out.
Is it possible to have functionality of undoing and redoing as we don't get this functionality in TextFields.