voice command uodated

merge-requests/637/head
Sultan Khan 5 years ago
parent b66d9d1ed6
commit f84bc6da9d

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

Loading…
Cancel
Save