1
This commit is contained in:
@@ -17,7 +17,7 @@ void showEditDescDialog(
|
|||||||
});
|
});
|
||||||
|
|
||||||
return CupertinoAlertDialog(
|
return CupertinoAlertDialog(
|
||||||
title: Text("编辑摘要"),
|
title: Text("Edit summary"),
|
||||||
content: Padding(
|
content: Padding(
|
||||||
padding: EdgeInsets.only(top: 15),
|
padding: EdgeInsets.only(top: 15),
|
||||||
child: Container(
|
child: Container(
|
||||||
@@ -35,7 +35,7 @@ void showEditDescDialog(
|
|||||||
onPressed: () {
|
onPressed: () {
|
||||||
context.pop();
|
context.pop();
|
||||||
},
|
},
|
||||||
child: Text('取消'),
|
child: Text('Cancel'),
|
||||||
),
|
),
|
||||||
CupertinoDialogAction(
|
CupertinoDialogAction(
|
||||||
isDefaultAction: true,
|
isDefaultAction: true,
|
||||||
@@ -45,7 +45,7 @@ void showEditDescDialog(
|
|||||||
onConfirm(controller.text);
|
onConfirm(controller.text);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
child: Text('确认'),
|
child: Text('Save'),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user