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