Merge branch 'Amjad_search' into 'development'

Amjad search

See merge request Cloud_Solution/doctor_app_flutter!119
merge-requests/120/merge
amjad nabil amireh 6 years ago
commit 747a31bbac

@ -37,16 +37,26 @@ class _ProfileScreenState extends State<ProfileScreen> {
appBarTitle: 'Profile',
body: ListView(padding: EdgeInsets.zero, children: <Widget>[
Container(
height: SizeConfig.heightMultiplier * 30,
child: DrawerHeader(
child: ProfileImageWidget(
url:doctorProfile.doctorImageURL,
//"https://p.kindpng.com/picc/s/404-4042774_profile-photo-circle-circle-profile-picture-png-transparent.png",
name: doctorProfile.doctorName,//"Dr. Chris evans",
des: doctorProfile.clinicDescription//"Director of medical records",
height:MediaQuery.of(context).size.height * 0.35, //SizeConfig.heightMultiplier * 35,
child: Container(
child: DrawerHeader(
child: Container(
child: ProfileImageWidget(
url:doctorProfile.doctorImageURL,
//"https://p.kindpng.com/picc/s/404-4042774_profile-photo-circle-circle-profile-picture-png-transparent.png",
name: doctorProfile.doctorName,//"Dr. Chris evans",
des: doctorProfile.clinicDescription//"Director of medical records",
),
),
),
),
),
RoundedContainer(
child: ListView(
children: <Widget>[

Loading…
Cancel
Save