text fix for bottomsheet error
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user