just code trimming, going to read more about ListViews before continuing with 'organization name' section
This commit is contained in:
parent
d4ca4a0534
commit
ad5140e2e6
3 changed files with 6 additions and 5 deletions
|
@ -33,6 +33,8 @@ class PopupListView {
|
|||
return dialogOptionsList;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Widget dialog() {
|
||||
return new SimpleDialog(
|
||||
title: Text(listTitle),
|
||||
|
@ -41,9 +43,7 @@ class PopupListView {
|
|||
}
|
||||
|
||||
void optionChosen(String option) {
|
||||
// this works at least...
|
||||
|
||||
|
||||
// now pass `option` to
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue