icons updated

merge-update-with-lab-changes
haroon amjad 5 years ago
parent 03e009c212
commit f25d18353f

@ -57,7 +57,7 @@ class _HospitalsPageState extends State<HospitalsPage> {
child: Image.network(model.FindusHospitalModelList[index].projectImageURL.toString())),
Container(child: Texts('${model.FindusHospitalModelList[index].locationName}')),//model.cOCItemList[index].cOCTitl
IconButton(
icon: Icon(Icons.person_pin_circle_outlined),
icon: Icon(Icons.location_on, color: Colors.red[900]),
tooltip: 'Increase volume by 10',
onPressed: () {
setState(() {

@ -80,7 +80,7 @@ class _PharmaciesPageState extends State<PharmaciesPage> {
),
Container(child: Texts('${model.FindusPharmaciesModelList[index].locationName}')),//model.cOCItemList[index].cOCTitl
IconButton(
icon: Icon(Icons.person_pin_circle_outlined),
icon: Icon(Icons.location_on, color: Colors.red[900]),
tooltip: 'Increase volume by 10',
onPressed: () {
setState(() {

Loading…
Cancel
Save