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