7/6/5
This commit is contained in:
@@ -223,8 +223,7 @@ class PassengerInfoWindow extends StatelessWidget {
|
||||
height: 5,
|
||||
),
|
||||
SizedBox(
|
||||
width: Get.width *
|
||||
.5,
|
||||
width: 200,
|
||||
child: Row(
|
||||
mainAxisAlignment:
|
||||
MainAxisAlignment
|
||||
@@ -235,8 +234,8 @@ class PassengerInfoWindow extends StatelessWidget {
|
||||
.formKey2,
|
||||
child:
|
||||
SizedBox(
|
||||
width: Get.width *
|
||||
.4,
|
||||
width:
|
||||
160,
|
||||
child: MyTextForm(
|
||||
controller:
|
||||
controller.messageToPassenger,
|
||||
@@ -248,7 +247,7 @@ class PassengerInfoWindow extends StatelessWidget {
|
||||
onPressed:
|
||||
() {
|
||||
FirebaseMessagesController().sendNotificationToAnyWithoutData(
|
||||
'message From Driver',
|
||||
'message From Driver'.tr,
|
||||
controller.messageToPassenger.text,
|
||||
controller.tokenPassenger,
|
||||
'ding.wav');
|
||||
@@ -413,7 +412,7 @@ class PassengerInfoWindow extends StatelessWidget {
|
||||
titleStyle:
|
||||
AppStyle.title,
|
||||
middleText:
|
||||
'don\'t start trip if not '
|
||||
"don't start trip if not"
|
||||
.tr,
|
||||
middleTextStyle:
|
||||
AppStyle.title,
|
||||
|
||||
Reference in New Issue
Block a user