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,