added 'favourites'
This commit is contained in:
parent
eaf7a06f52
commit
60b1c5b10c
1 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,14 @@ class FindOrganisations {
|
||||||
child: searchBar,
|
child: searchBar,
|
||||||
),
|
),
|
||||||
|
|
||||||
|
Container(
|
||||||
|
padding: EdgeInsets.fromLTRB(20, 20, 0, 0),
|
||||||
|
child: Text(
|
||||||
|
"Favourites",
|
||||||
|
style: new TextStyle(fontSize: 23, fontWeight: FontWeight.bold),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
|
||||||
Container(
|
Container(
|
||||||
padding: EdgeInsets.all(10),
|
padding: EdgeInsets.all(10),
|
||||||
width: MediaQuery.of(context).size.width * 0.7,
|
width: MediaQuery.of(context).size.width * 0.7,
|
||||||
|
|
Reference in a new issue