fix scrolling in patient screen

merge-requests/611/head
Elham Rababah 5 years ago
parent acb1bdbb37
commit 72bf5d2337

File diff suppressed because it is too large Load Diff

@ -39,7 +39,7 @@ class PatientProfileHeaderNewDesignAppBar extends StatelessWidget
decoration: BoxDecoration( decoration: BoxDecoration(
color: Colors.white, color: Colors.white,
), ),
height: height == 0 ? isInpatient? 235:200 : height, height: height == 0 ? isInpatient? 210:200 : height,
child: Container( child: Container(
padding: EdgeInsets.only(left: 10, right: 10, bottom: 10), padding: EdgeInsets.only(left: 10, right: 10, bottom: 10),
margin: EdgeInsets.only(top: 50), margin: EdgeInsets.only(top: 50),

Loading…
Cancel
Save