@ -181,7 +181,6 @@ class _UpdateNoteOrderState extends State<UpdateNoteOrder> {
? SizedBox()
: Container(
margin: EdgeInsets.all(5),
child: Expanded(
child: AppButton(
title: TranslationBase.of(context).clearText,
onPressed: () {
@ -189,7 +188,7 @@ class _UpdateNoteOrderState extends State<UpdateNoteOrder> {
progressNoteController.text = '';
});
},
)),
),
Container(