I want to implement the Strikethrough feature in my Reorderable list in Flutter using the Dismissible widget.
I am trying to achieve it by changing Text decoration in setState() in OnDismissed, but it's not working.
Can you advise how it can be implemented?