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

Loading…
Cancel
Save