|
|
|
|
@ -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,
|
|
|
|
|
|