design issue

merge-requests/997/head
Elham Rababh 4 years ago
parent 5f7b52a529
commit 8b79b0041c

@ -65,6 +65,9 @@ class _AddProcedurePageState extends State<AddProcedurePage> {
AppScaffold( AppScaffold(
isShowAppBar: false, isShowAppBar: false,
body: SingleChildScrollView( body: SingleChildScrollView(
child: FractionallySizedBox(
widthFactor: .97,
child: Center(
child: Column( child: Column(
children: [ children: [
Container( Container(
@ -185,6 +188,8 @@ class _AddProcedurePageState extends State<AddProcedurePage> {
], ],
), ),
), ),
),
),
bottomSheet: model.state == ViewState.BusyLocal || entityList.isEmpty bottomSheet: model.state == ViewState.BusyLocal || entityList.isEmpty
? Container( ? Container(
height: 0, height: 0,

Loading…
Cancel
Save