From f84bc6da9d4c7057c6b2837da53c70d4db9b96b8 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Tue, 4 May 2021 10:31:11 +0300 Subject: [PATCH] voice command uodated --- lib/screens/patients/profile/note/update_note.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/screens/patients/profile/note/update_note.dart b/lib/screens/patients/profile/note/update_note.dart index b2e36d8f..8997dd07 100644 --- a/lib/screens/patients/profile/note/update_note.dart +++ b/lib/screens/patients/profile/note/update_note.dart @@ -181,15 +181,14 @@ class _UpdateNoteOrderState extends State { ? 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),