Clear Card add data
This commit is contained in:
parent
46fb5851e7
commit
81169d4724
1 changed files with 3 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ class _MihCardsState extends State<MihCards> {
|
|||
Center(
|
||||
child: MihButton(
|
||||
onPressed: () {
|
||||
shopController.clear();
|
||||
_nicknameController.clear();
|
||||
cardNumberController.clear();
|
||||
context.pop();
|
||||
},
|
||||
buttonColor: MihColors.getGreenColor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue