just code trimming, going to read more about ListViews before continuing with 'organization name' section

This commit is contained in:
Felix 2019-07-08 15:34:02 +01:00
parent d4ca4a0534
commit ad5140e2e6
3 changed files with 6 additions and 5 deletions

View file

@ -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
}
}