Modify Dr profile data dynamic size

merge-requests/119/head
Amjad Amireh 4 years ago
parent 5ced4990b9
commit 230bdb2430

@ -37,8 +37,14 @@ class _ProfileScreenState extends State<ProfileScreen> {
appBarTitle: 'Profile',
body: ListView(padding: EdgeInsets.zero, children: <Widget>[
Container(
height: SizeConfig.heightMultiplier * 30,
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",
@ -47,6 +53,10 @@ class _ProfileScreenState extends State<ProfileScreen> {
),
),
),
),
),
RoundedContainer(
child: ListView(
children: <Widget>[

Loading…
Cancel
Save