Merge branch 'sultan' into 'development'

Sultan

See merge request Cloud_Solution/doctor_app_flutter!637
merge-requests/638/merge
Mohammad Aljammal 5 years ago
commit 1af2ad498c

@ -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