|
|
|
|
@ -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(() {
|
|
|
|
|
|