Update loyout Builder and update all widgets that call it
This commit is contained in:
parent
2f05d66a95
commit
0c85d560a0
17 changed files with 71 additions and 11 deletions
|
|
@ -396,6 +396,8 @@ class _AddPatientState extends State<AddPatient> {
|
|||
actionButton: getActionButton(),
|
||||
header: getHeader(),
|
||||
body: getBody(),
|
||||
rightDrawer: null,
|
||||
bottomNavBar: null,
|
||||
);
|
||||
// return Scaffold(
|
||||
// // appBar: const MIHAppBar(
|
||||
|
|
|
|||
|
|
@ -660,6 +660,8 @@ class _EditPatientState extends State<EditPatient> {
|
|||
actionButton: getActionButton(),
|
||||
header: getHeader(),
|
||||
body: getBody(),
|
||||
rightDrawer: null,
|
||||
bottomNavBar: null,
|
||||
);
|
||||
// return Scaffold(
|
||||
// // appBar: const MIHAppBar(
|
||||
|
|
|
|||
|
|
@ -416,6 +416,8 @@ class _PatientManagerState extends State<PatientManager> {
|
|||
actionButton: getActionButton(),
|
||||
header: getHeader(),
|
||||
body: getBody(),
|
||||
rightDrawer: null,
|
||||
bottomNavBar: null,
|
||||
);
|
||||
// return Scaffold(
|
||||
// // appBar: const MIHAppBar(
|
||||
|
|
|
|||
|
|
@ -180,6 +180,8 @@ class _PatientViewState extends State<PatientView> {
|
|||
actionButton: getActionButton(),
|
||||
header: getHeader(),
|
||||
body: getBody(),
|
||||
rightDrawer: null,
|
||||
bottomNavBar: null,
|
||||
);
|
||||
// return Scaffold(
|
||||
// body: SafeArea(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue