text fix for bottomsheet error

This commit is contained in:
2023-11-19 15:30:26 +05:30
parent 954ff36640
commit b04985b71f

View File

@ -1011,10 +1011,9 @@ class BottomSheetNew extends GetView<BottomSheetController> {
},
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,