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