Contact us

find_us
Amjad amireh 6 years ago
parent 5f981c9248
commit 97d0c439c7

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

@ -79,7 +79,8 @@ class _HospitalsPageState extends State<HospitalsPage> {
child: Row( child: Row(
children: [ children: [
IconButton( IconButton(
icon: Icon(Icons.person_pin_circle_outlined,color: Colors.red,), // icon: Icon(Icons.person_pin_circle_outlined,color: Colors.red,),
icon:new Image.asset('assets/images/new-design/navigate.png'),
tooltip: 'Increase volume by 10', tooltip: 'Increase volume by 10',
onPressed: () { onPressed: () {
setState(() { setState(() {
@ -89,7 +90,8 @@ class _HospitalsPageState extends State<HospitalsPage> {
}, },
), ),
IconButton( IconButton(
icon: Icon(Icons.phone,color: Colors.red,), // icon: Icon(Icons.phone,color: Colors.red,),
icon:new Image.asset('assets/images/new-design/call.png'),
tooltip: 'Increase volume by 10', tooltip: 'Increase volume by 10',
onPressed: () { onPressed: () {
setState(() { setState(() {

Loading…
Cancel
Save