From b04985b71f7483a46cd5acaf8ebaffe93b49acad Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Sun, 19 Nov 2023 15:30:26 +0530 Subject: [PATCH] text fix for bottomsheet error --- lib/widgets/bottom_sheet_new.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/widgets/bottom_sheet_new.dart b/lib/widgets/bottom_sheet_new.dart index 809fe4d..dd14b85 100644 --- a/lib/widgets/bottom_sheet_new.dart +++ b/lib/widgets/bottom_sheet_new.dart @@ -1011,10 +1011,9 @@ class BottomSheetNew extends GetView { }, child: SizedBox( width: MediaQuery.of(context).size.width - - (MediaQuery.of(context).size.width * 0.28), + (MediaQuery.of(context).size.width * 0.35), child: Text( text, - textDirection: TextDirection.ltr, textAlign: TextAlign.justify, style: TextStyle( color: isurl ? Colors.blue : Colors.black,