Clear Card add data
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user