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( child: SizedBox(
width: MediaQuery.of(context).size.width - width: MediaQuery.of(context).size.width -
(MediaQuery.of(context).size.width * 0.28), (MediaQuery.of(context).size.width * 0.35),
child: Text( child: Text(
text, text,
textDirection: TextDirection.ltr,
textAlign: TextAlign.justify, textAlign: TextAlign.justify,
style: TextStyle( style: TextStyle(
color: isurl ? Colors.blue : Colors.black, color: isurl ? Colors.blue : Colors.black,