clear nickname controller on add window close

This commit is contained in:
2025-05-22 11:42:43 +02:00
parent 2b06766ce9
commit 63c9c68fc3

View File

@@ -99,6 +99,7 @@ class _MihCardsState extends State<MihCards> {
onWindowTapClose: () {
shopController.clear();
cardNumberController.clear();
_nicknameController.clear();
shopName.value = "";
Navigator.pop(context);
},