added unfocus when review button is clicked when adding a PizzaEvent
This commit is contained in:
parent
d7dd3b5ca5
commit
9dd2c83646
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ class AddPizzaEventPageState extends State<AddPizzaEventPage> {
|
||||||
setState(() { this.nameValidation = true; });
|
setState(() { this.nameValidation = true; });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
FocusScope.of(context).unfocus();
|
||||||
DateTime eventTime = await showDialog(
|
DateTime eventTime = await showDialog(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (context) {
|
builder: (context) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue