added 'favourites'

This commit is contained in:
Felix 2019-08-07 13:22:14 +01:00
parent eaf7a06f52
commit 60b1c5b10c
1 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,14 @@ class FindOrganisations {
child: searchBar,
),
Container(
padding: EdgeInsets.fromLTRB(20, 20, 0, 0),
child: Text(
"Favourites",
style: new TextStyle(fontSize: 23, fontWeight: FontWeight.bold),
),
),
Container(
padding: EdgeInsets.all(10),
width: MediaQuery.of(context).size.width * 0.7,