|
|
|
|
@ -107,7 +107,7 @@ class _HospitalsPageState extends State<HospitalsPage> {
|
|
|
|
|
bottom: 1),
|
|
|
|
|
child: Texts(
|
|
|
|
|
'${widget.findusHospitalModelList[index].locationName}',
|
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
|
textAlign: TextAlign.start,
|
|
|
|
|
))), //model.cOCItemList[index].cOCTitl
|
|
|
|
|
Expanded(
|
|
|
|
|
flex: 2,
|
|
|
|
|
@ -116,7 +116,12 @@ class _HospitalsPageState extends State<HospitalsPage> {
|
|
|
|
|
CrossAxisAlignment.center,
|
|
|
|
|
children: [
|
|
|
|
|
IconButton(
|
|
|
|
|
icon: Icon(Icons.location_on,color: Theme.of(context).primaryColor,size: 35,),
|
|
|
|
|
icon: Icon(
|
|
|
|
|
Icons.location_on,
|
|
|
|
|
color: Theme.of(context)
|
|
|
|
|
.primaryColor,
|
|
|
|
|
size: 35,
|
|
|
|
|
),
|
|
|
|
|
// icon: new Image.asset(
|
|
|
|
|
// 'assets/images/new-design/navigate.png'),
|
|
|
|
|
tooltip: '',
|
|
|
|
|
@ -139,7 +144,12 @@ class _HospitalsPageState extends State<HospitalsPage> {
|
|
|
|
|
},
|
|
|
|
|
),
|
|
|
|
|
IconButton(
|
|
|
|
|
icon: Icon(Icons.phone,color: Theme.of(context).primaryColor,size: 35,),
|
|
|
|
|
icon: Icon(
|
|
|
|
|
Icons.phone,
|
|
|
|
|
color: Theme.of(context)
|
|
|
|
|
.primaryColor,
|
|
|
|
|
size: 35,
|
|
|
|
|
),
|
|
|
|
|
// icon: new Image.asset(
|
|
|
|
|
// 'assets/images/new-design/call.png'),
|
|
|
|
|
tooltip: '',
|
|
|
|
|
|