Update: 2026-06-26 02:00:23
This commit is contained in:
@@ -60,11 +60,11 @@ class DriverPage extends StatelessWidget {
|
||||
Get.bottomSheet(
|
||||
CupertinoPageScaffold(
|
||||
navigationBar: CupertinoNavigationBar(
|
||||
middle: Text("Edit $label"),
|
||||
middle: Text('${'Edit'.tr} $label'),
|
||||
trailing: GestureDetector(
|
||||
child: const Text(
|
||||
"Save",
|
||||
style: TextStyle(color: CupertinoColors.activeBlue),
|
||||
child: Text(
|
||||
'Save'.tr,
|
||||
style: const TextStyle(color: CupertinoColors.activeBlue),
|
||||
),
|
||||
onTap: () {
|
||||
mainController.updateDriverField(key, controller.text);
|
||||
|
||||
Reference in New Issue
Block a user