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(
|
Center(
|
||||||
child: MihButton(
|
child: MihButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
shopController.clear();
|
||||||
|
_nicknameController.clear();
|
||||||
|
cardNumberController.clear();
|
||||||
context.pop();
|
context.pop();
|
||||||
},
|
},
|
||||||
buttonColor: MihColors.getGreenColor(
|
buttonColor: MihColors.getGreenColor(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue