WORKS!!!!!!!!
We did it boys, we uploaded a transaction
This commit is contained in:
parent
7dd00349a8
commit
e3ca987aa8
12 changed files with 87 additions and 274 deletions
|
@ -5,7 +5,7 @@ class PopupListView {
|
|||
Future<dynamic> dialog(context, List<String> options, String title) {
|
||||
return showDialog<dynamic>(
|
||||
context: context,
|
||||
barrierDismissible: false,
|
||||
barrierDismissible: true,
|
||||
|
||||
builder: (BuildContext context) {
|
||||
return SimpleDialog(
|
||||
|
|
Reference in a new issue